Status: Pass 971 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 | |
ServersTestManualDisk) |
fail
ft4.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServersTestJSON) |
fail
ft4.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
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 | |
ServerStableDeviceRescueTestIDE) |
skip
pt14.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
ServerBootFromVolumeStableRescueTest) |
skip
pt14.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerRescueTestJSON) |
fail
ft14.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServerRescueTestJSONUnderV235) |
fail
ft14.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'> |
||||||
ServerStableDeviceRescueTest) |
skip
pt14.5: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft15.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 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-27 04:40:06,200 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.76/compute/v2.1/flavors/452 0.541s 2022-08-27 04:40:06,201 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:05 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-7e42b6c3-7486-408d-809f-cf66e23e65dd', 'x-compute-request-id': 'req-7e42b6c3-7486-408d-809f-cf66e23e65dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/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.76/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}}' 2022-08-27 04:40:07,088 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.76/compute/v2.1/flavors 0.881s 2022-08-27 04:40:07,088 130310 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-2115762290", "id": 1574338388, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:06 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-073e6b58-7385-4e38-bf94-adf751e34ec9', 'x-compute-request-id': 'req-073e6b58-7385-4e38-bf94-adf751e34ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1574338388", "name": "tempest-flavor_with_ephemeral_1-2115762290", "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.76/compute/v2.1/flavors/1574338388"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/1574338388"}]}}' 2022-08-27 04:40:07,124 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.76/compute/v2.1/flavors/452/os-extra_specs 0.032s 2022-08-27 04:40:07,125 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:07 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-3571adbf-9554-47e5-86a0-7e3fdf362d34', 'x-compute-request-id': 'req-3571adbf-9554-47e5-86a0-7e3fdf362d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-27 04:40:07,257 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.76/compute/v2.1/flavors 0.130s 2022-08-27 04:40:07,257 130310 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-360186591", "id": 463665768, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76b94452-b834-40de-b18f-d9cf937013db', 'x-compute-request-id': 'req-76b94452-b834-40de-b18f-d9cf937013db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "463665768", "name": "tempest-flavor_with_ephemeral_0-360186591", "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.76/compute/v2.1/flavors/463665768"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/463665768"}]}}' 2022-08-27 04:40:07,292 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.76/compute/v2.1/flavors/452/os-extra_specs 0.031s 2022-08-27 04:40:07,292 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:07 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-e979b3cc-ba19-4ff4-8207-0bd066238c23', 'x-compute-request-id': 'req-e979b3cc-ba19-4ff4-8207-0bd066238c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-27 04:40:07,294 130310 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:40:07,294 130310 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:40:07,526 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.229s 2022-08-27 04:40:07,527 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1147022340", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+fAcqBh0NvlmS/1YYxZAGYvohBRcAAYZCCQb9LbQI4xTDEDGawnXmMadBZZHjFUMpAZ+OUPERpyMSWKDAqJ1I3T6FMg2fse3CnEQ6fGBOZ329PF0FefoK98kbXV+0FFg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:07 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-5b24b183-f9e3-428b-a1c2-771af8f0506a', 'x-compute-request-id': 'req-5b24b183-f9e3-428b-a1c2-771af8f0506a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1147022340", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+fAcqBh0NvlmS/1YYxZAGYvohBRcAAYZCCQb9LbQI4xTDEDGawnXmMadBZZHjFUMpAZ+OUPERpyMSWKDAqJ1I3T6FMg2fse3CnEQ6fGBOZ329PF0FefoK98kbXV+0FFg==", "fingerprint": "e4:71:d8:f8:da:e0:1e:72:a0:8d:81:45:d9:7a:eb:8b", "user_id": "d5329b8aa2834338bd50b0efc6fbbb16"}}' 2022-08-27 04:40:07,529 130310 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1147022340 created 2022-08-27 04:40:08,348 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.818s 2022-08-27 04:40:08,348 130310 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--621422110", "description": "tempest-description--723329084"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-dbb76695-c8bc-407d-9830-44b60ed3b6d4', 'date': 'Sat, 27 Aug 2022 04:40:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "31405583-437b-4667-a9dc-a5fe12a64721", "name": "tempest-securitygroup--621422110", "stateful": true, "tenant_id": "5830193fb5044d669e0ec200593ff23f", "description": "tempest-description--723329084", "shared": false, "security_group_rules": [{"id": "20822724-6427-4752-ba61-017177fa929e", "tenant_id": "5830193fb5044d669e0ec200593ff23f", "security_group_id": "31405583-437b-4667-a9dc-a5fe12a64721", "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": 429, "description": null, "tags": [], "created_at": "2022-08-27T04:40:07Z", "updated_at": "2022-08-27T04:40:07Z", "revision_number": 0, "project_id": "5830193fb5044d669e0ec200593ff23f"}, {"id": "7b13bcba-3602-4261-9526-164f47df05bc", "tenant_id": "5830193fb5044d669e0ec200593ff23f", "security_group_id": "31405583-437b-4667-a9dc-a5fe12a64721", "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": 431, "description": null, "tags": [], "created_at": "2022-08-27T04:40:08Z", "updated_at": "2022-08-27T04:40:08Z", "revision_number": 0, "project_id": "5830193fb5044d669e0ec200593ff23f"}], "tags": [], "created_at": "2022-08-27T04:40:07Z", "updated_at": "2022-08-27T04:40:08Z", "revision_number": 1, "project_id": "5830193fb5044d669e0ec200593ff23f"}}' 2022-08-27 04:40:08,989 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.640s 2022-08-27 04:40:08,990 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "31405583-437b-4667-a9dc-a5fe12a64721", "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-415e2408-2ade-44d6-aec2-ec6c8eabdfcc', 'date': 'Sat, 27 Aug 2022 04:40:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b915043-7df7-4a9e-adcf-42c37f308f00", "tenant_id": "5830193fb5044d669e0ec200593ff23f", "security_group_id": "31405583-437b-4667-a9dc-a5fe12a64721", "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-27T04:40:08Z", "updated_at": "2022-08-27T04:40:08Z", "revision_number": 0, "project_id": "5830193fb5044d669e0ec200593ff23f"}}' 2022-08-27 04:40:09,467 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.477s 2022-08-27 04:40:09,468 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "31405583-437b-4667-a9dc-a5fe12a64721", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ee12ca2a-20b4-4422-bc74-a25d5815df4e', 'date': 'Sat, 27 Aug 2022 04:40:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be40591a-0496-4c77-a452-27a1bc0ca66f", "tenant_id": "5830193fb5044d669e0ec200593ff23f", "security_group_id": "31405583-437b-4667-a9dc-a5fe12a64721", "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-27T04:40:09Z", "updated_at": "2022-08-27T04:40:09Z", "revision_number": 0, "project_id": "5830193fb5044d669e0ec200593ff23f"}}' 2022-08-27 04:40:09,468 130310 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--621422110 created 2022-08-27 04:40:12,665 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 3.196s 2022-08-27 04:40:12,666 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-9fa04b17-6b52-471a-895f-79d0bb5a4d19', 'date': 'Sat, 27 Aug 2022 04:40:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9d1fba39-3e2a-450b-80f1-aac36f4f3c34", "tenant_id": "5830193fb5044d669e0ec200593ff23f", "floating_ip_address": "172.25.2.76", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5830193fb5044d669e0ec200593ff23f", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:40:11Z", "updated_at": "2022-08-27T04:40:11Z", "revision_number": 0}}' 2022-08-27 04:40:12,666 130310 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9d1fba39-3e2a-450b-80f1-aac36f4f3c34', 'tenant_id': '5830193fb5044d669e0ec200593ff23f', 'floating_ip_address': '172.25.2.76', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5830193fb5044d669e0ec200593ff23f', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:40:11Z', 'updated_at': '2022-08-27T04:40:11Z', 'revision_number': 0, 'ip': '172.25.2.76'} created 2022-08-27 04:40:12,937 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.265s 2022-08-27 04:40:12,937 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3278', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8ef1e3ce-5c7f-40c2-850d-19fd5d9eb55c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d5329b8aa2834338bd50b0efc6fbbb16", "name": "tempest-ServersWithSpecificFlavorTestJSON-254489472-project", "password_expires_at": null}, "audit_ids": ["E9pE97tcRBG_GcZPtndp1g"], "expires_at": "2022-08-27T05:40:12.000000Z", "issued_at": "2022-08-27T04:40:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5830193fb5044d669e0ec200593ff23f", "name": "tempest-ServersWithSpecificFlavorTestJSON-254489472"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5830193fb5044d669e0ec200593ff23f", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5830193fb5044d669e0ec200593ff23f", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5830193fb5044d669e0ec200593ff23f", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5830193fb5044d669e0ec200593ff23f", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:40:12,938 130310 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': 'ef400a2a-b925-41d3-9f86-e224276accb3', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-102997866-network', 'tenant_id': '5830193fb5044d669e0ec200593ff23f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5830193fb5044d669e0ec200593ff23f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 207, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:39:33Z', 'updated_at': '2022-08-27T04:39:33Z', 'revision_number': 1} available for tenant 2022-08-27 04:40:12,938 130310 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1147022340', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+fAcqBh0NvlmS/1YYxZAGYvohBRcAAYZCCQb9LbQI4xTDEDGawnXmMadBZZHjFUMpAZ+OUPERpyMSWKDAqJ1I3T6FMg2fse3CnEQ6fGBOZ329PF0FefoK98kbXV+0FFg==', 'fingerprint': 'e4:71:d8:f8:da:e0:1e:72:a0:8d:81:45:d9:7a:eb:8b', 'user_id': 'd5329b8aa2834338bd50b0efc6fbbb16', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNc+gbGhPLhulqp96P9uSrTtTxFWl7hASOTOy8Oqi3+eTiBCetQj/C\nfL9zxFXKs/mgBwYFK4EEACKhZANiAAQ/nwHKgYdDb5Zkv9WGMWQBmL6IQUXAAGGQ\ngkG/S20COMUwxAxmsJ15jGnQWWR4xVDKQGfjlDxEacjEligwKidSN0+hTINn7Htw\npxEOnxgTmd9vTxdBXn6CvfJG11ftBRY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '31405583-437b-4667-a9dc-a5fe12a64721', 'name': 'tempest-securitygroup--621422110', 'stateful': True, 'tenant_id': '5830193fb5044d669e0ec200593ff23f', 'description': 'tempest-description--723329084', 'shared': False, 'security_group_rules': [{'id': '20822724-6427-4752-ba61-017177fa929e', 'tenant_id': '5830193fb5044d669e0ec200593ff23f', 'security_group_id': '31405583-437b-4667-a9dc-a5fe12a64721', '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': 429, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:40:07Z', 'updated_at': '2022-08-27T04:40:07Z', 'revision_number': 0, 'project_id': '5830193fb5044d669e0ec200593ff23f'}, {'id': '7b13bcba-3602-4261-9526-164f47df05bc', 'tenant_id': '5830193fb5044d669e0ec200593ff23f', 'security_group_id': '31405583-437b-4667-a9dc-a5fe12a64721', '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': 431, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:40:08Z', 'updated_at': '2022-08-27T04:40:08Z', 'revision_number': 0, 'project_id': '5830193fb5044d669e0ec200593ff23f'}], 'tags': [], 'created_at': '2022-08-27T04:40:07Z', 'updated_at': '2022-08-27T04:40:08Z', 'revision_number': 1, 'project_id': '5830193fb5044d669e0ec200593ff23f'}, 'floating_ip': {'id': '9d1fba39-3e2a-450b-80f1-aac36f4f3c34', 'tenant_id': '5830193fb5044d669e0ec200593ff23f', 'floating_ip_address': '172.25.2.76', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5830193fb5044d669e0ec200593ff23f', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:40:11Z', 'updated_at': '2022-08-27T04:40:11Z', 'revision_number': 0, 'ip': '172.25.2.76'}} 2022-08-27 04:40:13,755 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 500 POST http://10.222.0.76/compute/v2.1/servers 0.814s 2022-08-27 04:40:13,755 130310 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-1243512496", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "463665768", "adminPass": "password", "networks": [{"uuid": "ef400a2a-b925-41d3-9f86-e224276accb3"}], "security_groups": [{"name": "tempest-securitygroup--621422110"}], "key_name": "tempest-keypair-1147022340", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40: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-a904d8fd-c0ee-468c-a96d-4926ba25bdea', 'x-compute-request-id': 'req-a904d8fd-c0ee-468c-a96d-4926ba25bdea', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:40:14,140 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1147022340 0.382s 2022-08-27 04:40:14,140 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40: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-88541cad-9881-4d6a-b14e-b1c4548c2494', 'x-compute-request-id': 'req-88541cad-9881-4d6a-b14e-b1c4548c2494', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1147022340'} Body: b'' 2022-08-27 04:40:14,903 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/31405583-437b-4667-a9dc-a5fe12a64721 0.762s 2022-08-27 04:40:14,904 130310 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-b4ba9f5f-fb70-4c41-991d-cefdde0127c9', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:40:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/31405583-437b-4667-a9dc-a5fe12a64721'} Body: b'' 2022-08-27 04:40:14,995 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/31405583-437b-4667-a9dc-a5fe12a64721 0.090s 2022-08-27 04:40:14,995 130310 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-c6ac4e8a-ac1f-4e1a-8dce-36ab99557a3e', 'date': 'Sat, 27 Aug 2022 04:40:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/31405583-437b-4667-a9dc-a5fe12a64721'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 31405583-437b-4667-a9dc-a5fe12a64721 does not exist", "detail": ""}}' 2022-08-27 04:40:16,621 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/9d1fba39-3e2a-450b-80f1-aac36f4f3c34 1.625s 2022-08-27 04:40:16,621 130310 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-217c0a25-b0ce-4a30-a125-9fce5bdc839e', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:40:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/9d1fba39-3e2a-450b-80f1-aac36f4f3c34'} Body: b'' 2022-08-27 04:40:16,867 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/flavors/463665768 0.245s 2022-08-27 04:40:16,868 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec1b319c-bfd9-41de-9fdf-c3710d4870ac', 'x-compute-request-id': 'req-ec1b319c-bfd9-41de-9fdf-c3710d4870ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/463665768'} Body: b'' 2022-08-27 04:40:17,248 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.76/compute/v2.1/flavors/detail 0.379s 2022-08-27 04:40:17,248 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffd3900c-a050-467a-9ab3-42573e013477', 'x-compute-request-id': 'req-ffd3900c-a050-467a-9ab3-42573e013477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/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.76/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/1"}]}, {"id": "1574338388", "name": "tempest-flavor_with_ephemeral_1-2115762290", "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.76/compute/v2.1/flavors/1574338388"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/1574338388"}]}, {"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.76/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FL 2022-08-27 04:40:17,386 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/flavors/1574338388 0.128s 2022-08-27 04:40:17,387 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d921491-55da-4c6e-87cf-8b855a6aac2b', 'x-compute-request-id': 'req-1d921491-55da-4c6e-87cf-8b855a6aac2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/1574338388'} Body: b'' 2022-08-27 04:40:17,440 130310 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.76/compute/v2.1/flavors/detail 0.052s 2022-08-27 04:40:17,440 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '4991', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd69a179-078b-4e88-ace5-d6cd65d4a774', 'x-compute-request-id': 'req-bd69a179-078b-4e88-ace5-d6cd65d4a774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/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.76/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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-27 04:40:57,414 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.240s 2022-08-27 04:40:57,414 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e18eca6e-c82f-4074-8793-3f3b85a0c1ac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766-project", "password_expires_at": null}, "audit_ids": ["9u0H2mMvQ7aNxZ_cTGLQwQ"], "expires_at": "2022-08-27T05:40:57.000000Z", "issued_at": "2022-08-27T04:40:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58b3dd9918d0412a9441e5b405948450", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:40:57,415 130312 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration) Found network {'id': '4b90a02d-7596-4345-be3b-8f84a0599266', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1129188118-network', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '58b3dd9918d0412a9441e5b405948450', '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-27T04:40:24Z', 'updated_at': '2022-08-27T04:40:24Z', 'revision_number': 1} available for tenant 2022-08-27 04:41:06,522 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 500 POST http://10.222.0.76/compute/v2.1/servers 9.106s 2022-08-27 04:41:06,522 130312 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-314859430", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "4b90a02d-7596-4345-be3b-8f84a0599266"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-c517aee8-9080-46ea-95ea-44a9af7e7135', 'x-compute-request-id': 'req-c517aee8-9080-46ea-95ea-44a9af7e7135', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:41:06,610 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.075s 2022-08-27 04:41:06,610 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:06 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-74df095f-c85b-4d1a-87c0-64ce696875f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766-project", "password_expires_at": null}, "audit_ids": ["OGlUbAIjTEGGu-e3GTFtTw"], "expires_at": "2022-08-27T05:41:06.000000Z", "issued_at": "2022-08-27T04:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58b3dd9918d0412a9441e5b405948450", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:41:06,611 130312 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused) Found network {'id': '4b90a02d-7596-4345-be3b-8f84a0599266', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1129188118-network', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '58b3dd9918d0412a9441e5b405948450', '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-27T04:40:24Z', 'updated_at': '2022-08-27T04:40:24Z', 'revision_number': 1} available for tenant 2022-08-27 04:41:08,454 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 500 POST http://10.222.0.76/compute/v2.1/servers 1.842s 2022-08-27 04:41:08,454 130312 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-1878760874", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "4b90a02d-7596-4345-be3b-8f84a0599266"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:06 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-3d57567e-6eed-4b13-8c07-dbd2522de691', 'x-compute-request-id': 'req-3d57567e-6eed-4b13-8c07-dbd2522de691', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:41:08,462 130312 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:41:09,470 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.995s 2022-08-27 04:41:09,471 130312 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-1071093682", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCMhlLl4tEwx7XtntX5RfFvAOZZAFYUWQFVjYAps3gLHjk/8sR3Ngb507lS3k7/CCzNoyIicN+tW5SpjqVzqen3Gzav4N3ZUBJVMqqqth3+6A0BRClMJsSjJPFOLJ9bUWA=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96c6113c-0675-4694-8854-cde7a4a8ee48', 'x-compute-request-id': 'req-96c6113c-0675-4694-8854-cde7a4a8ee48', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1071093682", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCMhlLl4tEwx7XtntX5RfFvAOZZAFYUWQFVjYAps3gLHjk/8sR3Ngb507lS3k7/CCzNoyIicN+tW5SpjqVzqen3Gzav4N3ZUBJVMqqqth3+6A0BRClMJsSjJPFOLJ9bUWA==", "fingerprint": "92:42:cc:9d:ca:63:40:17:d3:5c:8d:19:88:05:f5:67", "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b"}}' 2022-08-27 04:41:09,474 130312 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1071093682 created 2022-08-27 04:41:10,267 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.793s 2022-08-27 04:41:10,268 130312 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--728228742", "description": "tempest-description--632811818"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a0d9e518-d074-4274-8e7b-117503fd5d67', 'date': 'Sat, 27 Aug 2022 04:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b65d3d35-d8d2-4c57-85c6-0fccdb696a90", "name": "tempest-securitygroup--728228742", "stateful": true, "tenant_id": "58b3dd9918d0412a9441e5b405948450", "description": "tempest-description--632811818", "shared": false, "security_group_rules": [{"id": "b3fd5606-86f8-445c-9a58-83f36d87b9c1", "tenant_id": "58b3dd9918d0412a9441e5b405948450", "security_group_id": "b65d3d35-d8d2-4c57-85c6-0fccdb696a90", "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": 551, "description": null, "tags": [], "created_at": "2022-08-27T04:41:09Z", "updated_at": "2022-08-27T04:41:09Z", "revision_number": 0, "project_id": "58b3dd9918d0412a9441e5b405948450"}, {"id": "f8590569-5846-4668-9763-a871453fcef4", "tenant_id": "58b3dd9918d0412a9441e5b405948450", "security_group_id": "b65d3d35-d8d2-4c57-85c6-0fccdb696a90", "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": 552, "description": null, "tags": [], "created_at": "2022-08-27T04:41:09Z", "updated_at": "2022-08-27T04:41:09Z", "revision_number": 0, "project_id": "58b3dd9918d0412a9441e5b405948450"}], "tags": [], "created_at": "2022-08-27T04:41:09Z", "updated_at": "2022-08-27T04:41:09Z", "revision_number": 1, "project_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:10,945 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.677s 2022-08-27 04:41:10,946 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b65d3d35-d8d2-4c57-85c6-0fccdb696a90", "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-0e0f3908-e5cb-41e6-8b33-ac65e51d6aff', 'date': 'Sat, 27 Aug 2022 04:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7f734537-67c1-4a4e-b06c-9a5a9c9ba003", "tenant_id": "58b3dd9918d0412a9441e5b405948450", "security_group_id": "b65d3d35-d8d2-4c57-85c6-0fccdb696a90", "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-27T04:41:10Z", "updated_at": "2022-08-27T04:41:10Z", "revision_number": 0, "project_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:11,555 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.608s 2022-08-27 04:41:11,555 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b65d3d35-d8d2-4c57-85c6-0fccdb696a90", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18cddad9-3d8e-4af0-a7ca-858dbc0ad6a9', 'date': 'Sat, 27 Aug 2022 04:41:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "641ee816-99b0-4729-9123-010495c31d05", "tenant_id": "58b3dd9918d0412a9441e5b405948450", "security_group_id": "b65d3d35-d8d2-4c57-85c6-0fccdb696a90", "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-27T04:41:11Z", "updated_at": "2022-08-27T04:41:11Z", "revision_number": 0, "project_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:11,556 130312 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--728228742 created 2022-08-27 04:41:14,379 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 2.823s 2022-08-27 04:41:14,379 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-185878ec-acc0-4ecc-bc69-684e59593c10', 'date': 'Sat, 27 Aug 2022 04:41:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "533f4722-a580-4bc7-9520-260d7acefd2b", "tenant_id": "58b3dd9918d0412a9441e5b405948450", "floating_ip_address": "172.25.2.249", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "58b3dd9918d0412a9441e5b405948450", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:41:12Z", "updated_at": "2022-08-27T04:41:12Z", "revision_number": 0}}' 2022-08-27 04:41:14,380 130312 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '533f4722-a580-4bc7-9520-260d7acefd2b', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'floating_ip_address': '172.25.2.249', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '58b3dd9918d0412a9441e5b405948450', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:41:12Z', 'updated_at': '2022-08-27T04:41:12Z', 'revision_number': 0, 'ip': '172.25.2.249'} created 2022-08-27 04:41:14,527 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.141s 2022-08-27 04:41:14,527 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:14 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-d14c8179-526d-44de-84a4-e4d79fd2f94a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766-project", "password_expires_at": null}, "audit_ids": ["X-gbfjJ2TZS33sHpvoX7Sg"], "expires_at": "2022-08-27T05:41:14.000000Z", "issued_at": "2022-08-27T04:41:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58b3dd9918d0412a9441e5b405948450", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:41:14,528 130312 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume) Found network {'id': '4b90a02d-7596-4345-be3b-8f84a0599266', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1129188118-network', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '58b3dd9918d0412a9441e5b405948450', '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-27T04:40:24Z', 'updated_at': '2022-08-27T04:40:24Z', 'revision_number': 1} available for tenant 2022-08-27 04:41:14,529 130312 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1071093682', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCMhlLl4tEwx7XtntX5RfFvAOZZAFYUWQFVjYAps3gLHjk/8sR3Ngb507lS3k7/CCzNoyIicN+tW5SpjqVzqen3Gzav4N3ZUBJVMqqqth3+6A0BRClMJsSjJPFOLJ9bUWA==', 'fingerprint': '92:42:cc:9d:ca:63:40:17:d3:5c:8d:19:88:05:f5:67', 'user_id': 'eab4fe38f4aa4180b5b4ea27fb01b06b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCplfSr2nnXYg2K/V8Gok2S6+UNcX8tyNvinUcckAqTn820qUoxcXeK\nxNb0QtkuZ5+gBwYFK4EEACKhZANiAAQjIZS5eLRMMe17Z7V+UXxbwDmWQBWFFkBV\nY2AKbN4Cx45P/LEdzYG+dO5Ut5O/wgszaMiInDfrVuUqY6lc6np9xs2r+Dd2VASV\nTKqqrYd/ugNAUQpTCbEoyTxTiyfW1Fg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b65d3d35-d8d2-4c57-85c6-0fccdb696a90', 'name': 'tempest-securitygroup--728228742', 'stateful': True, 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'description': 'tempest-description--632811818', 'shared': False, 'security_group_rules': [{'id': 'b3fd5606-86f8-445c-9a58-83f36d87b9c1', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'security_group_id': 'b65d3d35-d8d2-4c57-85c6-0fccdb696a90', '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': 551, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:41:09Z', 'updated_at': '2022-08-27T04:41:09Z', 'revision_number': 0, 'project_id': '58b3dd9918d0412a9441e5b405948450'}, {'id': 'f8590569-5846-4668-9763-a871453fcef4', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'security_group_id': 'b65d3d35-d8d2-4c57-85c6-0fccdb696a90', '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': 552, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:41:09Z', 'updated_at': '2022-08-27T04:41:09Z', 'revision_number': 0, 'project_id': '58b3dd9918d0412a9441e5b405948450'}], 'tags': [], 'created_at': '2022-08-27T04:41:09Z', 'updated_at': '2022-08-27T04:41:09Z', 'revision_number': 1, 'project_id': '58b3dd9918d0412a9441e5b405948450'}, 'floating_ip': {'id': '533f4722-a580-4bc7-9520-260d7acefd2b', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'floating_ip_address': '172.25.2.249', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '58b3dd9918d0412a9441e5b405948450', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:41:12Z', 'updated_at': '2022-08-27T04:41:12Z', 'revision_number': 0, 'ip': '172.25.2.249'}} 2022-08-27 04:41:16,327 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.76/compute/v2.1/servers 1.797s 2022-08-27 04:41:16,328 130312 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-179965980", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "4b90a02d-7596-4345-be3b-8f84a0599266"}], "security_groups": [{"name": "tempest-securitygroup--728228742"}], "key_name": "tempest-keypair-1071093682", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:14 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-1ccb5685-6e9a-4131-84d5-4dd1d0661af4', 'x-compute-request-id': 'req-1ccb5685-6e9a-4131-84d5-4dd1d0661af4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:41:16,371 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.036s 2022-08-27 04:41:16,372 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:16 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-970190e3-5964-4afd-9364-5153d39ebd7b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766-project", "password_expires_at": null}, "audit_ids": ["YlXE8Q1fQbqcMVhESwjo-Q"], "expires_at": "2022-08-27T05:41:16.000000Z", "issued_at": "2022-08-27T04:41:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58b3dd9918d0412a9441e5b405948450", "name": "tempest-LiveAutoBlockMigrationV225Test-1001063766"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/58b3dd9918d0412a9441e5b405948450", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:41:16,372 130312 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration) Found network {'id': '4b90a02d-7596-4345-be3b-8f84a0599266', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1129188118-network', 'tenant_id': '58b3dd9918d0412a9441e5b405948450', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '58b3dd9918d0412a9441e5b405948450', '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-27T04:40:24Z', 'updated_at': '2022-08-27T04:40:24Z', 'revision_number': 1} available for tenant 2022-08-27 04:41:17,911 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 202 POST http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes 1.538s 2022-08-27 04:41:17,912 130312 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-926691786", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e12167b-d1cf-4be0-91c9-c79944cc721b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e12167b-d1cf-4be0-91c9-c79944cc721b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.275293", "updated_at": null, "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:41:18,001 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.079s 2022-08-27 04:41:18,001 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41bb3c74-bee3-41bb-8933-21a57ee5eaca', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41bb3c74-bee3-41bb-8933-21a57ee5eaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:19,156 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.142s 2022-08-27 04:41:19,156 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899a3384-50cf-45cf-9260-acf2205ca4a5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899a3384-50cf-45cf-9260-acf2205ca4a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:20,244 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.076s 2022-08-27 04:41:20,244 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da004b6e-092d-4585-86ed-fd38e09a92e4', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da004b6e-092d-4585-86ed-fd38e09a92e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:21,322 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.061s 2022-08-27 04:41:21,323 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d90cc7-2bca-4cb7-ad3b-77a26de3b56a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d90cc7-2bca-4cb7-ad3b-77a26de3b56a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:22,385 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.048s 2022-08-27 04:41:22,385 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c373244b-3b5c-4c69-9785-d8d6f07809e7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c373244b-3b5c-4c69-9785-d8d6f07809e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:23,531 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.134s 2022-08-27 04:41:23,532 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31361b0d-dafc-4a54-8c55-072acc5701f1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31361b0d-dafc-4a54-8c55-072acc5701f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:24,605 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.058s 2022-08-27 04:41:24,606 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f474549d-4a47-4104-aa6e-5d1c0c548fd9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f474549d-4a47-4104-aa6e-5d1c0c548fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:25,687 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.068s 2022-08-27 04:41:25,688 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-392e38fe-a17a-4b48-a8f3-643e1e321891', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-392e38fe-a17a-4b48-a8f3-643e1e321891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:26,774 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.074s 2022-08-27 04:41:26,774 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a98e50-1114-45f5-b123-9192b3c05e88', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a98e50-1114-45f5-b123-9192b3c05e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:27,841 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.056s 2022-08-27 04:41:27,842 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71dd832-a66e-44e6-82ee-977f68a2676a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71dd832-a66e-44e6-82ee-977f68a2676a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:28,950 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.096s 2022-08-27 04:41:28,950 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f10301-a2cf-441e-aa10-7cc8e9241cc9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f10301-a2cf-441e-aa10-7cc8e9241cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:30,080 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.102s 2022-08-27 04:41:30,080 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abf8dec7-416c-4a82-af2d-449a29313088', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abf8dec7-416c-4a82-af2d-449a29313088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:31,187 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.095s 2022-08-27 04:41:31,187 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6341caa0-7245-44c9-a0ed-71b24458e827', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6341caa0-7245-44c9-a0ed-71b24458e827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:32,335 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.132s 2022-08-27 04:41:32,336 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f24c4e-adf0-4784-8c52-910636cd1f88', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f24c4e-adf0-4784-8c52-910636cd1f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:33,435 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.087s 2022-08-27 04:41:33,436 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e998bc-6c36-4cbc-99ab-87054188cd70', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e998bc-6c36-4cbc-99ab-87054188cd70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:34,657 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.204s 2022-08-27 04:41:34,657 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e237ca-23a7-4cea-9fde-a3fb65e9e30a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e237ca-23a7-4cea-9fde-a3fb65e9e30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:35,776 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.108s 2022-08-27 04:41:35,777 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdfcc6fa-cdcb-4d82-a342-c5d148879f62', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdfcc6fa-cdcb-4d82-a342-c5d148879f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:36,936 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.146s 2022-08-27 04:41:36,936 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dfd0d64-4e20-41d6-9d0e-877d755f691a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dfd0d64-4e20-41d6-9d0e-877d755f691a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:38,107 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.160s 2022-08-27 04:41:38,113 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eea709bc-5731-4020-8ec1-9341130be545', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eea709bc-5731-4020-8ec1-9341130be545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:39,273 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.148s 2022-08-27 04:41:39,273 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a1db275-4520-4600-bf3a-a31394e6b86a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a1db275-4520-4600-bf3a-a31394e6b86a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:40,461 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.177s 2022-08-27 04:41:40,462 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a34398-445f-4d51-8b2f-3ffd68543b1d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a34398-445f-4d51-8b2f-3ffd68543b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:41,587 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.111s 2022-08-27 04:41:41,588 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91309190-1b40-4d0e-b7aa-84351550cdc0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91309190-1b40-4d0e-b7aa-84351550cdc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:42,762 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.163s 2022-08-27 04:41:42,762 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54afc44e-f0e5-4fb8-b5a9-6889819db928', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54afc44e-f0e5-4fb8-b5a9-6889819db928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:43,922 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.149s 2022-08-27 04:41:43,922 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7552710e-6399-4664-b660-5ab9184635b8', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7552710e-6399-4664-b660-5ab9184635b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:45,064 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.125s 2022-08-27 04:41:45,064 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe33ced-89d4-4eeb-8435-6a572ebea9c3', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe33ced-89d4-4eeb-8435-6a572ebea9c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:18.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:46,244 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.166s 2022-08-27 04:41:46,244 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f29a829-3058-4fd5-862d-de2d050f9d59', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f29a829-3058-4fd5-862d-de2d050f9d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:47,380 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.117s 2022-08-27 04:41:47,381 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9985b890-ce05-4ee7-b874-283e8553bb1d', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9985b890-ce05-4ee7-b874-283e8553bb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:48,542 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.149s 2022-08-27 04:41:48,542 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19befcff-af26-40fe-9894-d460f4475466', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19befcff-af26-40fe-9894-d460f4475466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:49,651 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.097s 2022-08-27 04:41:49,651 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace71f7f-040a-4f4d-afeb-cd2e6b2f3363', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace71f7f-040a-4f4d-afeb-cd2e6b2f3363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:50,752 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.088s 2022-08-27 04:41:50,753 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3ef7ee-4c23-49e0-b6a9-dce9ff1cce95', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3ef7ee-4c23-49e0-b6a9-dce9ff1cce95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:51,885 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.113s 2022-08-27 04:41:51,885 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81df8c6d-3fab-46d5-97b1-e1eb0b3faaba', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81df8c6d-3fab-46d5-97b1-e1eb0b3faaba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:52,983 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.086s 2022-08-27 04:41:52,987 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ea3822-7104-4e1b-8214-465987674b11', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ea3822-7104-4e1b-8214-465987674b11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:54,163 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.163s 2022-08-27 04:41:54,163 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c9715c-7eec-45ba-a870-2f064f06e224', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c9715c-7eec-45ba-a870-2f064f06e224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:55,254 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.078s 2022-08-27 04:41:55,255 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630ee5a3-9dc7-4f4c-8e33-eef99e16be49', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630ee5a3-9dc7-4f4c-8e33-eef99e16be49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:56,331 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.064s 2022-08-27 04:41:56,331 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822bb020-d30f-4c40-ad39-08b6ae62276d', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822bb020-d30f-4c40-ad39-08b6ae62276d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:57,415 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.072s 2022-08-27 04:41:57,415 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2eac91c-75a1-4ce2-9454-ae82c016f3dc', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2eac91c-75a1-4ce2-9454-ae82c016f3dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:58,509 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.081s 2022-08-27 04:41:58,509 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4d691a-19dd-4dde-a416-30dccf5390bb', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4d691a-19dd-4dde-a416-30dccf5390bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:41:59,596 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.076s 2022-08-27 04:41:59,597 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d307a8ad-6136-4880-9cb8-800e798d8df4', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d307a8ad-6136-4880-9cb8-800e798d8df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:00,723 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.114s 2022-08-27 04:42:00,723 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-531bffab-c6dc-418a-9e3b-4431d26cb4e8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-531bffab-c6dc-418a-9e3b-4431d26cb4e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:01,787 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.051s 2022-08-27 04:42:01,787 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b33b440-f315-4e08-b0c5-9eeca4877748', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b33b440-f315-4e08-b0c5-9eeca4877748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:02,847 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.046s 2022-08-27 04:42:02,847 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d082c407-68f8-406a-a401-9a7146a975b3', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d082c407-68f8-406a-a401-9a7146a975b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:03,978 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.119s 2022-08-27 04:42:03,979 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b27d49f-d030-4cd1-bb8c-39d9d3b6a775', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b27d49f-d030-4cd1-bb8c-39d9d3b6a775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:05,084 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.092s 2022-08-27 04:42:05,084 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ebad24-cc97-4d5a-84e2-51d41f5958ef', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ebad24-cc97-4d5a-84e2-51d41f5958ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:06,179 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.081s 2022-08-27 04:42:06,180 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e18900ff-8b6a-4f7c-a8f7-5bced86a3550', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e18900ff-8b6a-4f7c-a8f7-5bced86a3550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:07,280 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.088s 2022-08-27 04:42:07,280 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-747a3ed3-4aa2-4988-af19-b4b70c5ea7c0', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-747a3ed3-4aa2-4988-af19-b4b70c5ea7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:41:46.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:08,416 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.124s 2022-08-27 04:42:08,416 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acbf2b7c-095c-4d6e-9cde-e45983b3d8ad', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acbf2b7c-095c-4d6e-9cde-e45983b3d8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:42:08.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:09,475 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba 0.048s 2022-08-27 04:42:09,476 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc4fad76-e1f1-476f-99cf-5a7bb8fe2c20', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4fad76-e1f1-476f-99cf-5a7bb8fe2c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba'} Body: b'{"volume": {"id": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:41:17.000000", "updated_at": "2022-08-27T04:42:09.000000", "name": "tempest-tempest.common.compute-volume-926691786", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/58b3dd9918d0412a9441e5b405948450/volumes/986226ed-5f5f-4fa0-b0ac-3bf76ac80dba"}], "user_id": "eab4fe38f4aa4180b5b4ea27fb01b06b", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "58b3dd9918d0412a9441e5b405948450"}}' 2022-08-27 04:42:09,488 130312 INFO [tempest.common.waiters] volume 986226ed-5f5f-4fa0-b0ac-3bf76ac80dba reached available after waiting for 51.488789 seconds 2022-08-27 04:42:10,740 130312 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 500 POST http://10.222.0.76/compute/v2.1/servers 1.251s 2022-08-27 04:42:10,740 130312 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-430947584", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "4b90a02d-7596-4345-be3b-8f84a0599266"}], "block_device_mapping_v2": [{"uuid": "986226ed-5f5f-4fa0-b0ac-3bf76ac80dba", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3819a6d1-c774-43ba-bfd7-0a0761b095fc', 'x-compute-request-id': 'req-3819a6d1-c774-43ba-bfd7-0a0761b095fc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:39:32,603 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.127s 2022-08-27 04:39:32,603 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:32 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-bf2ca213-a3d1-4c9f-bcce-fd4554b0d4f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "301b13659b4e40c4bbf4f6a822083580", "name": "tempest-LiveMigrationTest-2041815463-project", "password_expires_at": null}, "audit_ids": ["8UPBspiDSuSFuW7aUrkfVQ"], "expires_at": "2022-08-27T05:39:32.000000Z", "issued_at": "2022-08-27T04:39:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "876447d8eb814920856d46902fd76713", "name": "tempest-LiveMigrationTest-2041815463"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:39:32,604 130319 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration) Found network {'id': '344d462f-6760-460a-9857-8c3930ef017b', 'name': 'tempest-LiveMigrationTest-1308493048-network', 'tenant_id': '876447d8eb814920856d46902fd76713', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '876447d8eb814920856d46902fd76713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 211, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:39:03Z', 'updated_at': '2022-08-27T04:39:03Z', 'revision_number': 1} available for tenant 2022-08-27 04:39:34,364 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 500 POST http://10.222.0.76/compute/v2.1/servers 1.759s 2022-08-27 04:39:34,364 130319 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-1403415547", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "344d462f-6760-460a-9857-8c3930ef017b"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39: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-86656b74-01e7-450f-9c99-9ef6997533fc', 'x-compute-request-id': 'req-86656b74-01e7-450f-9c99-9ef6997533fc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:39:34,769 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.389s 2022-08-27 04:39:34,770 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:34 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-f0675f84-9fdc-42cf-b138-4798a4303d7c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "301b13659b4e40c4bbf4f6a822083580", "name": "tempest-LiveMigrationTest-2041815463-project", "password_expires_at": null}, "audit_ids": ["P92fXXRsTIGKLV39QceTzw"], "expires_at": "2022-08-27T05:39:34.000000Z", "issued_at": "2022-08-27T04:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "876447d8eb814920856d46902fd76713", "name": "tempest-LiveMigrationTest-2041815463"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:39:34,770 130319 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_paused) Found network {'id': '344d462f-6760-460a-9857-8c3930ef017b', 'name': 'tempest-LiveMigrationTest-1308493048-network', 'tenant_id': '876447d8eb814920856d46902fd76713', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '876447d8eb814920856d46902fd76713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 211, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:39:03Z', 'updated_at': '2022-08-27T04:39:03Z', 'revision_number': 1} available for tenant 2022-08-27 04:39:36,369 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 500 POST http://10.222.0.76/compute/v2.1/servers 1.598s 2022-08-27 04:39:36,370 130319 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-1922442820", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "344d462f-6760-460a-9857-8c3930ef017b"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39: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-84248100-bfc7-4bf7-8cd8-a29c298c3456', 'x-compute-request-id': 'req-84248100-bfc7-4bf7-8cd8-a29c298c3456', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:39:36,372 130319 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:39:36,587 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.212s 2022-08-27 04:39:36,588 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1558973410", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBL1net2gzzKdXh27n7d24wXrMcqI9XpIwsNMisvlMbkSJULd68Y6GHdUiJPQZxSmhPDhr8fi9vWzo9u9GRukq1cYbtc2KNoBfo8vHV5VjNKZ/OMiB+UogkbU7K0uzzynw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6fc80f0-aed4-4461-ba4d-216f76bd9815', 'x-compute-request-id': 'req-f6fc80f0-aed4-4461-ba4d-216f76bd9815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1558973410", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBL1net2gzzKdXh27n7d24wXrMcqI9XpIwsNMisvlMbkSJULd68Y6GHdUiJPQZxSmhPDhr8fi9vWzo9u9GRukq1cYbtc2KNoBfo8vHV5VjNKZ/OMiB+UogkbU7K0uzzynw==", "fingerprint": "38:e8:1e:99:28:0e:c4:17:ac:92:cd:34:ba:23:9d:68", "user_id": "301b13659b4e40c4bbf4f6a822083580"}}' 2022-08-27 04:39:36,590 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1558973410 created 2022-08-27 04:39:37,375 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.784s 2022-08-27 04:39:37,375 130319 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--945688888", "description": "tempest-description--1532300995"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3328b3c3-bc22-4955-a6a0-b4761eff0594', 'date': 'Sat, 27 Aug 2022 04:39:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ddf63bd3-82de-4e19-bc75-46ce8d4abf03", "name": "tempest-securitygroup--945688888", "stateful": true, "tenant_id": "876447d8eb814920856d46902fd76713", "description": "tempest-description--1532300995", "shared": false, "security_group_rules": [{"id": "2fcb5959-fc04-4990-b85c-4127c6fed8d1", "tenant_id": "876447d8eb814920856d46902fd76713", "security_group_id": "ddf63bd3-82de-4e19-bc75-46ce8d4abf03", "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": 347, "description": null, "tags": [], "created_at": "2022-08-27T04:39:36Z", "updated_at": "2022-08-27T04:39:36Z", "revision_number": 0, "project_id": "876447d8eb814920856d46902fd76713"}, {"id": "6001c784-a9fc-496f-bd5a-a70d2ea34eb3", "tenant_id": "876447d8eb814920856d46902fd76713", "security_group_id": "ddf63bd3-82de-4e19-bc75-46ce8d4abf03", "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": 348, "description": null, "tags": [], "created_at": "2022-08-27T04:39:37Z", "updated_at": "2022-08-27T04:39:37Z", "revision_number": 0, "project_id": "876447d8eb814920856d46902fd76713"}], "tags": [], "created_at": "2022-08-27T04:39:36Z", "updated_at": "2022-08-27T04:39:37Z", "revision_number": 1, "project_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:38,445 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.069s 2022-08-27 04:39:38,445 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ddf63bd3-82de-4e19-bc75-46ce8d4abf03", "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-2701cbb1-8f2e-4f56-8996-d82e5724e47d', 'date': 'Sat, 27 Aug 2022 04:39:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "64f6bbb1-7575-42a3-bf95-acf862d8b630", "tenant_id": "876447d8eb814920856d46902fd76713", "security_group_id": "ddf63bd3-82de-4e19-bc75-46ce8d4abf03", "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-27T04:39:37Z", "updated_at": "2022-08-27T04:39:37Z", "revision_number": 0, "project_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:39,452 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.006s 2022-08-27 04:39:39,452 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ddf63bd3-82de-4e19-bc75-46ce8d4abf03", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8f43817b-2021-49a0-b7b5-d6dc5b8590cd', 'date': 'Sat, 27 Aug 2022 04:39:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "945b5c55-4511-4a6b-a58b-682fd0384e90", "tenant_id": "876447d8eb814920856d46902fd76713", "security_group_id": "ddf63bd3-82de-4e19-bc75-46ce8d4abf03", "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-27T04:39:39Z", "updated_at": "2022-08-27T04:39:39Z", "revision_number": 0, "project_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:39,452 130319 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--945688888 created 2022-08-27 04:39:43,356 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 3.903s 2022-08-27 04:39:43,356 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-66664280-1391-45ce-a725-84cc622cef2e', 'date': 'Sat, 27 Aug 2022 04:39:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8d4ad32d-a2fa-4030-a233-529e8dbb8f8a", "tenant_id": "876447d8eb814920856d46902fd76713", "floating_ip_address": "172.25.2.89", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "876447d8eb814920856d46902fd76713", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:39:41Z", "updated_at": "2022-08-27T04:39:41Z", "revision_number": 0}}' 2022-08-27 04:39:43,357 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8d4ad32d-a2fa-4030-a233-529e8dbb8f8a', 'tenant_id': '876447d8eb814920856d46902fd76713', 'floating_ip_address': '172.25.2.89', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '876447d8eb814920856d46902fd76713', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:39:41Z', 'updated_at': '2022-08-27T04:39:41Z', 'revision_number': 0, 'ip': '172.25.2.89'} created 2022-08-27 04:39:43,688 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.325s 2022-08-27 04:39:43,690 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39: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-63da4e16-dd39-4f95-a416-f15f76c5e91c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "301b13659b4e40c4bbf4f6a822083580", "name": "tempest-LiveMigrationTest-2041815463-project", "password_expires_at": null}, "audit_ids": ["u3j4PKHERcOsq_MAal1Ynw"], "expires_at": "2022-08-27T05:39:43.000000Z", "issued_at": "2022-08-27T04:39:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "876447d8eb814920856d46902fd76713", "name": "tempest-LiveMigrationTest-2041815463"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:39:43,691 130319 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_with_attached_volume) Found network {'id': '344d462f-6760-460a-9857-8c3930ef017b', 'name': 'tempest-LiveMigrationTest-1308493048-network', 'tenant_id': '876447d8eb814920856d46902fd76713', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '876447d8eb814920856d46902fd76713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 211, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:39:03Z', 'updated_at': '2022-08-27T04:39:03Z', 'revision_number': 1} available for tenant 2022-08-27 04:39:43,692 130319 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1558973410', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBL1net2gzzKdXh27n7d24wXrMcqI9XpIwsNMisvlMbkSJULd68Y6GHdUiJPQZxSmhPDhr8fi9vWzo9u9GRukq1cYbtc2KNoBfo8vHV5VjNKZ/OMiB+UogkbU7K0uzzynw==', 'fingerprint': '38:e8:1e:99:28:0e:c4:17:ac:92:cd:34:ba:23:9d:68', 'user_id': '301b13659b4e40c4bbf4f6a822083580', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA4Ex3qwKB+8bNkcuZyd9SmX/tmgtWGENsoFFTl30EYcUUcb40FF5bD\nmyABQ7ZHViqgBwYFK4EEACKhZANiAAQS9Z3rdoM8ynV4du5+3duMF6zHKiPV6SML\nDTIrL5TG5EiVC3evGOhh3VIiT0GcUpoTw4a/H4vb1s6PbvRkbpKtXGG7XNijaAX6\nPLx1eVYzSmfzjIgflKIJG1OytLs88p8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ddf63bd3-82de-4e19-bc75-46ce8d4abf03', 'name': 'tempest-securitygroup--945688888', 'stateful': True, 'tenant_id': '876447d8eb814920856d46902fd76713', 'description': 'tempest-description--1532300995', 'shared': False, 'security_group_rules': [{'id': '2fcb5959-fc04-4990-b85c-4127c6fed8d1', 'tenant_id': '876447d8eb814920856d46902fd76713', 'security_group_id': 'ddf63bd3-82de-4e19-bc75-46ce8d4abf03', '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': 347, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:39:36Z', 'updated_at': '2022-08-27T04:39:36Z', 'revision_number': 0, 'project_id': '876447d8eb814920856d46902fd76713'}, {'id': '6001c784-a9fc-496f-bd5a-a70d2ea34eb3', 'tenant_id': '876447d8eb814920856d46902fd76713', 'security_group_id': 'ddf63bd3-82de-4e19-bc75-46ce8d4abf03', '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': 348, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:39:37Z', 'updated_at': '2022-08-27T04:39:37Z', 'revision_number': 0, 'project_id': '876447d8eb814920856d46902fd76713'}], 'tags': [], 'created_at': '2022-08-27T04:39:36Z', 'updated_at': '2022-08-27T04:39:37Z', 'revision_number': 1, 'project_id': '876447d8eb814920856d46902fd76713'}, 'floating_ip': {'id': '8d4ad32d-a2fa-4030-a233-529e8dbb8f8a', 'tenant_id': '876447d8eb814920856d46902fd76713', 'floating_ip_address': '172.25.2.89', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '876447d8eb814920856d46902fd76713', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:39:41Z', 'updated_at': '2022-08-27T04:39:41Z', 'revision_number': 0, 'ip': '172.25.2.89'}} 2022-08-27 04:39:45,228 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.76/compute/v2.1/servers 1.535s 2022-08-27 04:39:45,229 130319 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-1017119301", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "344d462f-6760-460a-9857-8c3930ef017b"}], "security_groups": [{"name": "tempest-securitygroup--945688888"}], "key_name": "tempest-keypair-1558973410", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-7b36e080-99ac-4a95-83a7-0291f831948a', 'x-compute-request-id': 'req-7b36e080-99ac-4a95-83a7-0291f831948a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:39:45,486 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.248s 2022-08-27 04:39:45,487 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:45 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-18551700-fe33-4f90-9773-d7454a61c4e9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "301b13659b4e40c4bbf4f6a822083580", "name": "tempest-LiveMigrationTest-2041815463-project", "password_expires_at": null}, "audit_ids": ["8gdH9byqT5iAsnUJb2agoA"], "expires_at": "2022-08-27T05:39:45.000000Z", "issued_at": "2022-08-27T04:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "876447d8eb814920856d46902fd76713", "name": "tempest-LiveMigrationTest-2041815463"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/876447d8eb814920856d46902fd76713", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:39:45,488 130319 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_volume_backed_live_migration) Found network {'id': '344d462f-6760-460a-9857-8c3930ef017b', 'name': 'tempest-LiveMigrationTest-1308493048-network', 'tenant_id': '876447d8eb814920856d46902fd76713', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '876447d8eb814920856d46902fd76713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 211, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:39:03Z', 'updated_at': '2022-08-27T04:39:03Z', 'revision_number': 1} available for tenant 2022-08-27 04:39:47,730 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 202 POST http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes 2.241s 2022-08-27 04:39:47,730 130319 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-1289172696", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5787583e-b310-48b1-9df8-5f91b96aebd6', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5787583e-b310-48b1-9df8-5f91b96aebd6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:46.841832", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:39:47,971 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.230s 2022-08-27 04:39:47,974 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd3bad0a-b4cf-4c6f-a232-6b53c36519c0', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd3bad0a-b4cf-4c6f-a232-6b53c36519c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:49,092 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.106s 2022-08-27 04:39:49,092 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b03acb-221c-4554-bbe0-c6ec597b951e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b03acb-221c-4554-bbe0-c6ec597b951e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:50,187 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.079s 2022-08-27 04:39:50,188 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc787243-1aec-4d3b-bb5d-00f4664f5cbb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc787243-1aec-4d3b-bb5d-00f4664f5cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:51,371 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.171s 2022-08-27 04:39:51,372 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddebf900-ea3e-4c08-a5b5-98ee07bd35a1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddebf900-ea3e-4c08-a5b5-98ee07bd35a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:52,452 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.067s 2022-08-27 04:39:52,452 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04489227-2b8a-479a-8a47-e6f2b2b1c3c3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04489227-2b8a-479a-8a47-e6f2b2b1c3c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:53,651 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.172s 2022-08-27 04:39:53,651 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f2692d-3771-41fa-91da-40d19b73ac8d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f2692d-3771-41fa-91da-40d19b73ac8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:54,793 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.131s 2022-08-27 04:39:54,793 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627ed184-bee6-4f0d-9347-82f8a1feb1ae', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627ed184-bee6-4f0d-9347-82f8a1feb1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:55,911 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.107s 2022-08-27 04:39:55,921 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98884e49-ae8d-4554-960c-8496923d375b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98884e49-ae8d-4554-960c-8496923d375b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:57,060 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.128s 2022-08-27 04:39:57,061 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e456d2-1912-4c55-8bc6-1f2d845191d5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e456d2-1912-4c55-8bc6-1f2d845191d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:58,149 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.077s 2022-08-27 04:39:58,150 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0156f9-0706-4401-8511-0f295d7dcda0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0156f9-0706-4401-8511-0f295d7dcda0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:39:59,245 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.083s 2022-08-27 04:39:59,245 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe6260f0-d3b8-43cc-ae4c-f18efcec9ef7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe6260f0-d3b8-43cc-ae4c-f18efcec9ef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:00,370 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.114s 2022-08-27 04:40:00,371 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21af0115-9308-49b8-9d72-0d06cdbc90fc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21af0115-9308-49b8-9d72-0d06cdbc90fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:01,471 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.089s 2022-08-27 04:40:01,472 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03cf7d47-2e7f-4056-bc2f-566c788fc8aa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03cf7d47-2e7f-4056-bc2f-566c788fc8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:02,568 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.082s 2022-08-27 04:40:02,568 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3998f4d4-b6c8-432c-85d2-eccaf85233de', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3998f4d4-b6c8-432c-85d2-eccaf85233de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:03,696 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.117s 2022-08-27 04:40:03,696 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c7a3b5-e945-4774-b0ab-3beffb27899c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c7a3b5-e945-4774-b0ab-3beffb27899c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:04,833 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.125s 2022-08-27 04:40:04,834 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c45a72-23d2-45ef-819a-b18467284d28', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c45a72-23d2-45ef-819a-b18467284d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:05,950 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.106s 2022-08-27 04:40:05,950 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eddb086-8db4-46aa-9e86-76fae71a5ccd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eddb086-8db4-46aa-9e86-76fae71a5ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:07,081 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.115s 2022-08-27 04:40:07,081 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5175b9-bb1f-4c21-a5ec-31ff8549ff96', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5175b9-bb1f-4c21-a5ec-31ff8549ff96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:08,173 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.080s 2022-08-27 04:40:08,174 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4b9b2a-8132-412f-8347-a134e324bc78', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4b9b2a-8132-412f-8347-a134e324bc78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:09,261 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.068s 2022-08-27 04:40:09,261 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68df0730-fb21-4ac1-b670-4a140a279259', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68df0730-fb21-4ac1-b670-4a140a279259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:10,372 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.099s 2022-08-27 04:40:10,373 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19101f06-a288-476b-b0de-2bcb47e7c81d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19101f06-a288-476b-b0de-2bcb47e7c81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:11,495 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.109s 2022-08-27 04:40:11,496 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-113d8b47-d805-4de4-9f8d-405bcd2e11a4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-113d8b47-d805-4de4-9f8d-405bcd2e11a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:12,621 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.097s 2022-08-27 04:40:12,622 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549c9e6a-2008-47d5-bd32-826aa00529ca', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549c9e6a-2008-47d5-bd32-826aa00529ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:13,683 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.049s 2022-08-27 04:40:13,683 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54701de1-bbe8-492c-8b60-3fe486092e21', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54701de1-bbe8-492c-8b60-3fe486092e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:14,851 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.154s 2022-08-27 04:40:14,851 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5be46d8e-85de-4fe5-acd4-8f09e2105d50', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5be46d8e-85de-4fe5-acd4-8f09e2105d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:16,284 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.420s 2022-08-27 04:40:16,285 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1b19eb-2dd2-4fb0-a40d-2b9f0100da49', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1b19eb-2dd2-4fb0-a40d-2b9f0100da49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:17,393 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.093s 2022-08-27 04:40:17,395 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8d5ac0-b602-4033-a6f5-c982f47e5946', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8d5ac0-b602-4033-a6f5-c982f47e5946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:18,526 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.120s 2022-08-27 04:40:18,527 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61ef52dc-b69e-46b0-9afc-77ffc094d8cc', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ef52dc-b69e-46b0-9afc-77ffc094d8cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:39:48.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:19,639 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.100s 2022-08-27 04:40:19,639 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54a5461b-4d2c-482d-94d3-3ee040257134', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54a5461b-4d2c-482d-94d3-3ee040257134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:20,760 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.109s 2022-08-27 04:40:20,760 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eab738ed-fa68-4714-bcc6-7895fc34bd0b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eab738ed-fa68-4714-bcc6-7895fc34bd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:21,917 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.144s 2022-08-27 04:40:21,917 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0704862-7597-44d1-b9e5-d5a40614bba2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0704862-7597-44d1-b9e5-d5a40614bba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:23,089 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.144s 2022-08-27 04:40:23,090 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bece655-390d-429a-b934-185391b64951', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bece655-390d-429a-b934-185391b64951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:24,260 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.142s 2022-08-27 04:40:24,260 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b2cf9cf-52fc-4792-b0c3-b31542e6b37f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b2cf9cf-52fc-4792-b0c3-b31542e6b37f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:25,341 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.065s 2022-08-27 04:40:25,342 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93b29b5-2938-48c0-a16a-7edf26f40fcb', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93b29b5-2938-48c0-a16a-7edf26f40fcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:26,422 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.069s 2022-08-27 04:40:26,423 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fe11a9-a388-4036-829d-8c378d72d237', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fe11a9-a388-4036-829d-8c378d72d237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:27,497 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.061s 2022-08-27 04:40:27,497 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91854d88-659c-4655-94e1-73415764e678', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91854d88-659c-4655-94e1-73415764e678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:28,605 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.094s 2022-08-27 04:40:28,605 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67ae1a06-8c59-45b9-97f1-1b13b09932b6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ae1a06-8c59-45b9-97f1-1b13b09932b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:29,766 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.144s 2022-08-27 04:40:29,766 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e29e31-1a61-4d72-9a73-7503db497a50', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e29e31-1a61-4d72-9a73-7503db497a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:30,903 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.121s 2022-08-27 04:40:30,904 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a4cfa83-b6a4-45ca-b428-cf05d67e7338', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a4cfa83-b6a4-45ca-b428-cf05d67e7338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:32,053 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.133s 2022-08-27 04:40:32,054 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12422d4a-1a4a-4c9b-ab35-250f81e8be7f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12422d4a-1a4a-4c9b-ab35-250f81e8be7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:33,231 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.162s 2022-08-27 04:40:33,232 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3759a5eb-5352-4a63-ae92-4cdac2675a37', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3759a5eb-5352-4a63-ae92-4cdac2675a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:34,385 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.130s 2022-08-27 04:40:34,386 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2674db24-3f00-40bb-a85a-aae2d16a753b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2674db24-3f00-40bb-a85a-aae2d16a753b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:35,631 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.232s 2022-08-27 04:40:35,631 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee9ffbfb-a7bc-4f26-83f0-be3ad8f60242', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee9ffbfb-a7bc-4f26-83f0-be3ad8f60242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:36,869 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.222s 2022-08-27 04:40:36,869 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ee4739b-67ee-47bf-9bfa-a1194393a7af', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ee4739b-67ee-47bf-9bfa-a1194393a7af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:38,029 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.138s 2022-08-27 04:40:38,029 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e56dcb-f2c1-4a12-9240-b1d7c3613dca', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50e56dcb-f2c1-4a12-9240-b1d7c3613dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:39,210 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.154s 2022-08-27 04:40:39,210 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d40d61-b024-478e-b48d-95cef07d7e1a', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d40d61-b024-478e-b48d-95cef07d7e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:19.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:40,313 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d 0.082s 2022-08-27 04:40:40,313 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49eb3215-0deb-4099-b037-c9bfbf29ee38', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49eb3215-0deb-4099-b037-c9bfbf29ee38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d'} Body: b'{"volume": {"id": "e5c7d6b3-146d-4c18-a450-26055326962d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:39:47.000000", "updated_at": "2022-08-27T04:40:40.000000", "name": "tempest-tempest.common.compute-volume-1289172696", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/876447d8eb814920856d46902fd76713/volumes/e5c7d6b3-146d-4c18-a450-26055326962d"}], "user_id": "301b13659b4e40c4bbf4f6a822083580", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "876447d8eb814920856d46902fd76713"}}' 2022-08-27 04:40:40,325 130319 INFO [tempest.common.waiters] volume e5c7d6b3-146d-4c18-a450-26055326962d reached available after waiting for 53.325587 seconds 2022-08-27 04:40:40,910 130319 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 500 POST http://10.222.0.76/compute/v2.1/servers 0.584s 2022-08-27 04:40:40,910 130319 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-184331403", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "344d462f-6760-460a-9857-8c3930ef017b"}], "block_device_mapping_v2": [{"uuid": "e5c7d6b3-146d-4c18-a450-26055326962d", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40: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-6fd27818-8002-438e-a7be-93d2ee20174c', 'x-compute-request-id': 'req-6fd27818-8002-438e-a7be-93d2ee20174c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:41:57,546 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.169s 2022-08-27 04:41:57,546 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41: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-d0d94bd4-747f-4a06-af7e-268783700486', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d1f1f8e372994677b491a2d2f9a74bf2", "name": "tempest-LiveMigrationNegativeTest-264442315-project", "password_expires_at": null}, "audit_ids": ["QzADnFhBQrmhjb6bTzCrzQ"], "expires_at": "2022-08-27T05:41:57.000000Z", "issued_at": "2022-08-27T04:41:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5865b7b9da947b2a324cb31d5c658bd", "name": "tempest-LiveMigrationNegativeTest-264442315"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:41:57,547 130310 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_invalid_host_for_migration) Found network None available for tenant 2022-08-27 04:41:59,189 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 202 POST http://10.222.0.76/compute/v2.1/servers 1.635s 2022-08-27 04:41:59,189 130310 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-1374253561", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6690d8e-2e17-4267-a350-c5d8f173eca5', 'x-compute-request-id': 'req-d6690d8e-2e17-4267-a350-c5d8f173eca5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "yoZq59dPBhTN"}}' 2022-08-27 04:42:00,631 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 1.438s 2022-08-27 04:42:00,632 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:59 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-b50228d4-6670-4a2b-8769-8fcdb4f5da69', 'x-compute-request-id': 'req-b50228d4-6670-4a2b-8769-8fcdb4f5da69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "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-27 04:42:02,568 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.922s 2022-08-27 04:42:02,568 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:01 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-d3147d17-fede-429d-83c1-c9b719041c26', 'x-compute-request-id': 'req-d3147d17-fede-429d-83c1-c9b719041c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:04,377 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.795s 2022-08-27 04:42:04,378 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:03 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-bd609a01-ce44-4db1-a2ae-073d447aad06', 'x-compute-request-id': 'req-bd609a01-ce44-4db1-a2ae-073d447aad06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:04,391 130310 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-08-27 04:42:05,877 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.485s 2022-08-27 04:42:05,878 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1289', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-432cefcc-5fcb-444f-95c3-eeaa31ef48fa', 'x-compute-request-id': 'req-432cefcc-5fcb-444f-95c3-eeaa31ef48fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:05,890 130310 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 5 second wait 2022-08-27 04:42:07,374 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.482s 2022-08-27 04:42:07,374 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-578130c8-7dc0-4b58-b82c-4d949b46730d', 'x-compute-request-id': 'req-578130c8-7dc0-4b58-b82c-4d949b46730d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:07,386 130310 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2022-08-27 04:42:09,504 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 1.116s 2022-08-27 04:42:09,504 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-d989bc30-35be-4a27-8aed-e686beac7ad7', 'x-compute-request-id': 'req-d989bc30-35be-4a27-8aed-e686beac7ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:11,179 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.657s 2022-08-27 04:42:11,179 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:10 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-9e4ca26f-45f4-4d87-baf1-6b73aea71d6e', 'x-compute-request-id': 'req-9e4ca26f-45f4-4d87-baf1-6b73aea71d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:13,902 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 1.710s 2022-08-27 04:42:13,903 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-cf68906c-fc48-48da-bb60-7d9092a690a2', 'x-compute-request-id': 'req-cf68906c-fc48-48da-bb60-7d9092a690a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:15,531 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.617s 2022-08-27 04:42:15,532 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-d1d3fed7-9145-4bab-a3ac-876577f59a07', 'x-compute-request-id': 'req-d1d3fed7-9145-4bab-a3ac-876577f59a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:16,974 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.425s 2022-08-27 04:42:16,974 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-5ef1d4c2-abfa-45cc-8893-ce53828d134b', 'x-compute-request-id': 'req-5ef1d4c2-abfa-45cc-8893-ce53828d134b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:18,512 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.521s 2022-08-27 04:42:18,512 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-3b5b0b3e-9f67-4e98-bdf1-6732812bb632', 'x-compute-request-id': 'req-3b5b0b3e-9f67-4e98-bdf1-6732812bb632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:19,723 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 0.195s 2022-08-27 04:42:19,723 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-b0b410ad-7ede-45ae-90ad-9ef0be007c81', 'x-compute-request-id': 'req-b0b410ad-7ede-45ae-90ad-9ef0be007c81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:21,736 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1 1.000s 2022-08-27 04:42:21,736 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eac4564-be8c-4fea-9df6-00c4c79df390', 'x-compute-request-id': 'req-3eac4564-be8c-4fea-9df6-00c4c79df390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1'} Body: b'{"server": {"id": "6cc25b68-e43e-4056-aea7-4ab2e6a959f1", "name": "tempest-LiveMigrationNegativeTest-server-1374253561", "status": "ACTIVE", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:59Z", "updated": "2022-08-27T04:42:21Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.41", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:bf:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1"}], "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-27T04:42: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-27 04:42:21,752 130310 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait 2022-08-27 04:42:22,248 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 500 POST http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1/action 0.494s 2022-08-27 04:42:22,249 130310 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-324847450", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-ad0434d2-e726-45c2-a92c-6ae381b883a4', 'x-compute-request-id': 'req-ad0434d2-e726-45c2-a92c-6ae381b883a4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/6cc25b68-e43e-4056-aea7-4ab2e6a959f1/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-27 04:42:22,499 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.214s 2022-08-27 04:42:22,500 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4e28658e-00b8-4372-b599-74a6cd583878', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d1f1f8e372994677b491a2d2f9a74bf2", "name": "tempest-LiveMigrationNegativeTest-264442315-project", "password_expires_at": null}, "audit_ids": ["R7Yc-mK4SOSQAxzh673OtA"], "expires_at": "2022-08-27T05:42:22.000000Z", "issued_at": "2022-08-27T04:42:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5865b7b9da947b2a324cb31d5c658bd", "name": "tempest-LiveMigrationNegativeTest-264442315"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/e5865b7b9da947b2a324cb31d5c658bd", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:42:22,500 130310 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_live_block_migration_suspended) Found network None available for tenant 2022-08-27 04:42:23,256 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.76/compute/v2.1/servers 0.755s 2022-08-27 04:42:23,257 130310 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-1678572984", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd52d88d-c136-480b-85fc-ddcb5f844fda', 'x-compute-request-id': 'req-dd52d88d-c136-480b-85fc-ddcb5f844fda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "sCgWMt3ti45T"}}' 2022-08-27 04:42:23,366 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.106s 2022-08-27 04:42:23,367 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:23 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-353aacb4-de97-4acf-a2a7-673fce378e51', 'x-compute-request-id': 'req-353aacb4-de97-4acf-a2a7-673fce378e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "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-27 04:42:24,613 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.233s 2022-08-27 04:42:24,613 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:24 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-00de76d6-8334-4f9c-918c-ff93c66ae71a', 'x-compute-request-id': 'req-00de76d6-8334-4f9c-918c-ff93c66ae71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "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-27 04:42:25,975 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.348s 2022-08-27 04:42:25,976 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:25 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-350b672d-48a3-400a-8f81-460f5770dfbd', 'x-compute-request-id': 'req-350b672d-48a3-400a-8f81-460f5770dfbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:27,121 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.133s 2022-08-27 04:42:27,121 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:26 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-68944cad-3685-4854-948c-3a7ca5d105cb', 'x-compute-request-id': 'req-68944cad-3685-4854-948c-3a7ca5d105cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:27,134 130310 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-08-27 04:42:28,290 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.154s 2022-08-27 04:42:28,290 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:28 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-f05a4d5f-322d-440e-ba50-c832632f31e6', 'x-compute-request-id': 'req-f05a4d5f-322d-440e-ba50-c832632f31e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:28,302 130310 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2022-08-27 04:42:29,567 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.263s 2022-08-27 04:42:29,568 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:29 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-6b30f4b1-914a-4038-a6b9-141a8781ccaa', 'x-compute-request-id': 'req-6b30f4b1-914a-4038-a6b9-141a8781ccaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:29,579 130310 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait 2022-08-27 04:42:31,358 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.778s 2022-08-27 04:42:31,359 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:30 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-4f78d265-b32d-4535-b71d-0536eccd0230', 'x-compute-request-id': 'req-4f78d265-b32d-4535-b71d-0536eccd0230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:34,163 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 1.791s 2022-08-27 04:42:34,164 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:32 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-9a391ba9-5aec-43df-b313-fcfe17fc44fd', 'x-compute-request-id': 'req-9a391ba9-5aec-43df-b313-fcfe17fc44fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:36,171 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.991s 2022-08-27 04:42:36,171 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:35 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-2dc01c64-f8df-4fb6-b40e-4db91b8bd079', 'x-compute-request-id': 'req-2dc01c64-f8df-4fb6-b40e-4db91b8bd079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:37,850 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.666s 2022-08-27 04:42:37,850 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:37 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-e90f4a27-338a-4223-8674-ebaa7d8e2693', 'x-compute-request-id': 'req-e90f4a27-338a-4223-8674-ebaa7d8e2693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:39,549 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.680s 2022-08-27 04:42:39,549 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:38 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-add8f420-1cc5-4fec-be70-0fbaa468f970', 'x-compute-request-id': 'req-add8f420-1cc5-4fec-be70-0fbaa468f970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:41,308 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.745s 2022-08-27 04:42:41,308 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:40 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-a7fb87fc-2485-4b7b-bd6d-f72531e320fc', 'x-compute-request-id': 'req-a7fb87fc-2485-4b7b-bd6d-f72531e320fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:42,816 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.496s 2022-08-27 04:42:42,817 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:42 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-8b41db4e-6811-416b-b27c-472ea3360d26', 'x-compute-request-id': 'req-8b41db4e-6811-416b-b27c-472ea3360d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:45,042 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 1.208s 2022-08-27 04:42:45,043 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:43 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-86d3eabe-076e-4194-b1ed-daa338420566', 'x-compute-request-id': 'req-86d3eabe-076e-4194-b1ed-daa338420566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:46,511 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.456s 2022-08-27 04:42:46,512 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:46 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-79b06dec-8e44-4005-82d1-953331a8dbb6', 'x-compute-request-id': 'req-79b06dec-8e44-4005-82d1-953331a8dbb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:48,356 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.828s 2022-08-27 04:42:48,356 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:47 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-8ad18b13-fc85-4404-97c3-8e940d7aa3b6', 'x-compute-request-id': 'req-8ad18b13-fc85-4404-97c3-8e940d7aa3b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:50,065 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.686s 2022-08-27 04:42:50,066 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:49 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-3e76a95c-5481-4941-8dc6-7dbf805aa71a', 'x-compute-request-id': 'req-3e76a95c-5481-4941-8dc6-7dbf805aa71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:51,975 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.897s 2022-08-27 04:42:51,976 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:51 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-03d358ad-d07d-4346-af23-aa70b9fe699e', 'x-compute-request-id': 'req-03d358ad-d07d-4346-af23-aa70b9fe699e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "BUILD", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:53,521 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.533s 2022-08-27 04:42:53,522 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27b1c70f-ec28-4d0f-bc6b-85f049a0df9e', 'x-compute-request-id': 'req-27b1c70f-ec28-4d0f-bc6b-85f049a0df9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "ACTIVE", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:53Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.63", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:92:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "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-27T04:42:52.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-27 04:42:53,538 130310 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 30 second wait 2022-08-27 04:42:54,722 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413/action 1.183s 2022-08-27 04:42:54,727 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:53 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-92731300-78c7-4d0d-b2ea-c9fef466acbe', 'x-compute-request-id': 'req-92731300-78c7-4d0d-b2ea-c9fef466acbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413/action'} Body: b'' 2022-08-27 04:42:55,542 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.815s 2022-08-27 04:42:55,542 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1476', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc518a4-b559-4649-867a-d2b8181af662', 'x-compute-request-id': 'req-cdc518a4-b559-4649-867a-d2b8181af662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "ACTIVE", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:55Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.63", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:92:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "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-27T04:42:52.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-27 04:42:57,453 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.897s 2022-08-27 04:42:57,453 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1459', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93235ddf-ce37-40fa-9f83-7fcc2600497a', 'x-compute-request-id': 'req-93235ddf-ce37-40fa-9f83-7fcc2600497a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "SUSPENDED", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:56Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.63", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:92:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-27T04:42:52.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-27 04:42:57,468 130310 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 2 second wait 2022-08-27 04:42:58,029 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413 0.560s 2022-08-27 04:42:58,029 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5caa4447-d818-4fed-b2d5-8e27d4b0244c', 'x-compute-request-id': 'req-5caa4447-d818-4fed-b2d5-8e27d4b0244c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413'} Body: b'{"server": {"id": "3502ba5a-ec3a-4a03-b6ba-09ae7c472413", "name": "tempest-LiveMigrationNegativeTest-server-1678572984", "status": "SUSPENDED", "tenant_id": "e5865b7b9da947b2a324cb31d5c658bd", "user_id": "d1f1f8e372994677b491a2d2f9a74bf2", "metadata": {}, "hostId": "1e504b1dd69b99bb2f3396e6c3086c1f213f00ec45317aeccc03e20f", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:23Z", "updated": "2022-08-27T04:42:56Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.63", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:92:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-27T04:42:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-852088-5", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-852088-5", "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-27 04:42:58,353 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.76/compute/v2.1/os-services?binary=nova-compute 0.309s 2022-08-27 04:42:58,354 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:58 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-64fd7051-6b13-42d8-abba-5f10032c7d8e', 'x-compute-request-id': 'req-64fd7051-6b13-42d8-abba-5f10032c7d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h2-852088-5", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-08-27T04:42:54.000000", "disabled_reason": null}, {"binary": "nova-compute", "host": "n-h1-852088-5", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-08-27T04:42:56.000000", "disabled_reason": null}]}' 2022-08-27 04:42:58,534 130310 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 500 POST http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413/action 0.176s 2022-08-27 04:42:58,535 130310 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-852088-5", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-9bcaf37c-064e-4a41-a497-84e410325324', 'x-compute-request-id': 'req-9bcaf37c-064e-4a41-a497-84e410325324', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/3502ba5a-ec3a-4a03-b6ba-09ae7c472413/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-27 04:41:14,190 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.104s 2022-08-27 04:41:14,191 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:14 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-ee17494c-9229-4d3b-81a1-0da81032abd6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c0493ef2484140f69c1817efaaa51f98", "name": "tempest-MigrationsAdminTest-1721057743-project", "password_expires_at": null}, "audit_ids": ["H1hr-8dhQwOLHfQONheWaQ"], "expires_at": "2022-08-27T05:41:14.000000Z", "issued_at": "2022-08-27T04:41:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8511e600620148c2b51cb7fe446763eb", "name": "tempest-MigrationsAdminTest-1721057743"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:41:14,191 130319 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_cold_migration) Found network None available for tenant 2022-08-27 04:41:15,810 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 202 POST http://10.222.0.76/compute/v2.1/servers 1.618s 2022-08-27 04:41:15,811 130319 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-978202411", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fcc4ece-561c-4134-bc64-273422e48ee4', 'x-compute-request-id': 'req-8fcc4ece-561c-4134-bc64-273422e48ee4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "jfC787dH9ouB"}}' 2022-08-27 04:41:16,786 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.971s 2022-08-27 04:41:16,787 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:15 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-224c0b22-122f-4c2c-9cd8-7a0d58935bf9', 'x-compute-request-id': 'req-224c0b22-122f-4c2c-9cd8-7a0d58935bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:16Z", "updated": "2022-08-27T04:41:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "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-27 04:41:18,622 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.823s 2022-08-27 04:41:18,622 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:17 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-080e6926-c064-44b4-85fa-d0bf329fb669', 'x-compute-request-id': 'req-080e6926-c064-44b4-85fa-d0bf329fb669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:41:18,634 130319 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-08-27 04:41:20,188 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.552s 2022-08-27 04:41:20,188 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ad53de4-7210-4770-b9d3-70390346ac12', 'x-compute-request-id': 'req-2ad53de4-7210-4770-b9d3-70390346ac12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:41:20,199 130319 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 4 second wait 2022-08-27 04:41:21,461 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.261s 2022-08-27 04:41:21,462 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-569d3473-d3b5-4618-a765-74599e972334', 'x-compute-request-id': 'req-569d3473-d3b5-4618-a765-74599e972334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:41:21,472 130319 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2022-08-27 04:41:23,279 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.804s 2022-08-27 04:41:23,279 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41: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-8ff2f270-e33f-40f4-a591-4e6edeb913d5', 'x-compute-request-id': 'req-8ff2f270-e33f-40f4-a591-4e6edeb913d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:24,854 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.559s 2022-08-27 04:41:24,854 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41: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-c983870f-359a-415f-963c-03638c2a77aa', 'x-compute-request-id': 'req-c983870f-359a-415f-963c-03638c2a77aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:26,382 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.514s 2022-08-27 04:41:26,383 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41: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-1ac0c135-32c9-4935-8a8b-1b5551fbca89', 'x-compute-request-id': 'req-1ac0c135-32c9-4935-8a8b-1b5551fbca89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:27,787 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.391s 2022-08-27 04:41:27,787 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db58a313-48f8-482e-ac5a-d35542d2f6fd', 'x-compute-request-id': 'req-db58a313-48f8-482e-ac5a-d35542d2f6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:29,472 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.671s 2022-08-27 04:41:29,473 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d629f72-399f-4dbb-bf2f-597d96d1b72e', 'x-compute-request-id': 'req-4d629f72-399f-4dbb-bf2f-597d96d1b72e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:30,866 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.381s 2022-08-27 04:41:30,866 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4732b840-4460-441c-a5e3-46cdfa985fd8', 'x-compute-request-id': 'req-4732b840-4460-441c-a5e3-46cdfa985fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:32,990 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 1.111s 2022-08-27 04:41:32,991 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:31 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-c4c1ef8d-b086-486d-8bca-438bf4335dc9', 'x-compute-request-id': 'req-c4c1ef8d-b086-486d-8bca-438bf4335dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:34,885 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 0.873s 2022-08-27 04:41:34,886 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be6465e9-f08d-45c6-9bcb-9a67006afbaf', 'x-compute-request-id': 'req-be6465e9-f08d-45c6-9bcb-9a67006afbaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:41:41,664 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 5.754s 2022-08-27 04:41:41,664 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1461', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-572b0231-4c18-4f44-84b3-97f7efd90501', 'x-compute-request-id': 'req-572b0231-4c18-4f44-84b3-97f7efd90501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "ACTIVE", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:36Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.88", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:d9:c8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "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-27T04:41:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-27 04:41:41,681 130319 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait 2022-08-27 04:41:44,527 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90 2.843s 2022-08-27 04:41:44,528 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:41 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-ee888fe4-9488-4120-b269-13dcafbe9b26', 'x-compute-request-id': 'req-ee888fe4-9488-4120-b269-13dcafbe9b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90'} Body: b'{"server": {"id": "8b04c2f7-f091-4a7e-b4c0-3766f0213d90", "name": "tempest-MigrationsAdminTest-server-978202411", "status": "ACTIVE", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:15Z", "updated": "2022-08-27T04:41:36Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.88", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:d9:c8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90"}], "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-27T04:41:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852088-5", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852088-5", "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-27 04:41:44,898 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 500 POST http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90/action 0.357s 2022-08-27 04:41:44,898 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41: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-4ec73d69-e86d-4a72-b69c-c90a1aa4ef13', 'x-compute-request-id': 'req-4ec73d69-e86d-4a72-b69c-c90a1aa4ef13', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8b04c2f7-f091-4a7e-b4c0-3766f0213d90/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-27 04:41:45,240 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.218s 2022-08-27 04:41:45,240 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:45 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-b0bd04b9-9cd7-44bd-8cdb-9cdbf43525a8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c0493ef2484140f69c1817efaaa51f98", "name": "tempest-MigrationsAdminTest-1721057743-project", "password_expires_at": null}, "audit_ids": ["pDsXQuuuTCOgBh325EzC_w"], "expires_at": "2022-08-27T05:41:45.000000Z", "issued_at": "2022-08-27T04:41:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8511e600620148c2b51cb7fe446763eb", "name": "tempest-MigrationsAdminTest-1721057743"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:41:45,241 130319 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Found network None available for tenant 2022-08-27 04:41:46,585 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 202 POST http://10.222.0.76/compute/v2.1/servers 1.344s 2022-08-27 04:41:46,586 130319 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-1436316002", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a5b5f18-b89d-431b-8d96-504421f4428e', 'x-compute-request-id': 'req-1a5b5f18-b89d-431b-8d96-504421f4428e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wnR7kKR9S9Ju"}}' 2022-08-27 04:41:47,477 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.887s 2022-08-27 04:41:47,477 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:46 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-c1a4363c-37cf-4d2a-a9d9-c3c2e6c8f8e2', 'x-compute-request-id': 'req-c1a4363c-37cf-4d2a-a9d9-c3c2e6c8f8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "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-27 04:41:49,005 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.507s 2022-08-27 04:41:49,005 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:48 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-9c583eba-7a36-4c37-909c-84d92f07a52a', 'x-compute-request-id': 'req-9c583eba-7a36-4c37-909c-84d92f07a52a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "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-27 04:41:51,234 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 1.216s 2022-08-27 04:41:51,235 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ab7c1af-eb34-464a-8eae-0294164ab305', 'x-compute-request-id': 'req-3ab7c1af-eb34-464a-8eae-0294164ab305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:41:51,246 130319 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-08-27 04:41:53,404 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 1.157s 2022-08-27 04:41:53,404 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:52 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-ca7fa2f9-f614-40be-90c4-a526480bd400', 'x-compute-request-id': 'req-ca7fa2f9-f614-40be-90c4-a526480bd400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:41:53,419 130319 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait 2022-08-27 04:41:54,697 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.277s 2022-08-27 04:41:54,698 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc21b468-8709-4a6f-97d2-6e028db3f64b', 'x-compute-request-id': 'req-cc21b468-8709-4a6f-97d2-6e028db3f64b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:41:54,712 130319 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2022-08-27 04:41:55,947 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.231s 2022-08-27 04:41:55,948 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:55 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-b2544c74-e2ca-4fc7-9427-72eddddabed2', 'x-compute-request-id': 'req-b2544c74-e2ca-4fc7-9427-72eddddabed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:41:57,750 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.789s 2022-08-27 04:41:57,751 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:56 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-99637196-c4a1-423e-a969-8ba20682b653', 'x-compute-request-id': 'req-99637196-c4a1-423e-a969-8ba20682b653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:00,477 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 1.714s 2022-08-27 04:42:00,478 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49d3d444-d75c-421c-ac8f-adf49d904fc0', 'x-compute-request-id': 'req-49d3d444-d75c-421c-ac8f-adf49d904fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:02,392 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.900s 2022-08-27 04:42:02,393 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c1d00ab-9338-496b-8ae4-724925429653', 'x-compute-request-id': 'req-1c1d00ab-9338-496b-8ae4-724925429653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:04,620 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 1.212s 2022-08-27 04:42:04,620 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:03 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-88975ed6-438d-4fdf-bf12-40a98d197807', 'x-compute-request-id': 'req-88975ed6-438d-4fdf-bf12-40a98d197807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:06,120 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.485s 2022-08-27 04:42:06,121 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77c8fcb7-6198-4f79-a302-a752b135b65c', 'x-compute-request-id': 'req-77c8fcb7-6198-4f79-a302-a752b135b65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:07,579 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.445s 2022-08-27 04:42:07,579 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec4e8af6-3658-41fc-be61-1bd58f4cbe9b', 'x-compute-request-id': 'req-ec4e8af6-3658-41fc-be61-1bd58f4cbe9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:09,754 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 1.162s 2022-08-27 04:42:09,754 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:08 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-a5900a22-eedb-410f-9096-d1e14b1376a4', 'x-compute-request-id': 'req-a5900a22-eedb-410f-9096-d1e14b1376a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:12,108 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 1.336s 2022-08-27 04:42:12,108 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:10 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-1837fb64-afa6-4a64-9189-9d650522986f', 'x-compute-request-id': 'req-1837fb64-afa6-4a64-9189-9d650522986f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:14,038 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.917s 2022-08-27 04:42:14,038 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9b1322a-132d-4373-94d1-ab8642db6e93', 'x-compute-request-id': 'req-a9b1322a-132d-4373-94d1-ab8642db6e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:15,597 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.538s 2022-08-27 04:42:15,597 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:15 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-60d86f1c-1d84-417f-a002-eae7bdbb3d41', 'x-compute-request-id': 'req-60d86f1c-1d84-417f-a002-eae7bdbb3d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:17,012 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.403s 2022-08-27 04:42:17,013 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd6f5b6a-dc02-46ac-8620-2395deec760e', 'x-compute-request-id': 'req-dd6f5b6a-dc02-46ac-8620-2395deec760e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:41:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:18,873 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59 0.842s 2022-08-27 04:42:18,873 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:18 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-0b3e3ad0-60b0-4cf4-bfba-fa930366e88d', 'x-compute-request-id': 'req-0b3e3ad0-60b0-4cf4-bfba-fa930366e88d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59'} Body: b'{"server": {"id": "26fc36e9-4253-4f91-88dd-c6559d4e4f59", "name": "tempest-MigrationsAdminTest-server-1436316002", "status": "ACTIVE", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:41:46Z", "updated": "2022-08-27T04:42:17Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.94", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:1b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59"}], "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-27T04:42:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-27 04:42:18,884 130319 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 31 second wait 2022-08-27 04:42:19,425 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 500 POST http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59/action 0.540s 2022-08-27 04:42:19,426 130319 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': 'Sat, 27 Aug 2022 04:42: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-c5119c49-7d4d-4912-a8bc-0adee72e44b6', 'x-compute-request-id': 'req-c5119c49-7d4d-4912-a8bc-0adee72e44b6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/26fc36e9-4253-4f91-88dd-c6559d4e4f59/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-27 04:42:19,481 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/flavors/452 0.041s 2022-08-27 04:42:19,486 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:19 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-343b793a-10fa-4448-a86b-a7be0e4498bf', 'x-compute-request-id': 'req-343b793a-10fa-4448-a86b-a7be0e4498bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/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.76/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}}' 2022-08-27 04:42:19,641 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.222.0.76/compute/v2.1/flavors 0.151s 2022-08-27 04:42:19,641 130319 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_-1985659738", "ram": 1024, "disk": 1, "vcpus": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:19 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-1456f6e1-6e5a-429d-afbf-af1609cfe3e0', 'x-compute-request-id': 'req-1456f6e1-6e5a-429d-afbf-af1609cfe3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "name": "tempest-test_resize_flavor_-1985659738", "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.76/compute/v2.1/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}}' 2022-08-27 04:42:19,686 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/flavors/452/os-extra_specs 0.041s 2022-08-27 04:42:19,689 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:19 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-0f4de16e-700b-4910-8352-dd4a195e8ca8', 'x-compute-request-id': 'req-0f4de16e-700b-4910-8352-dd4a195e8ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-27 04:42:19,876 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.180s 2022-08-27 04:42:19,877 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:19 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-f2691aae-d477-4cbe-af66-70be4d86a3f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c0493ef2484140f69c1817efaaa51f98", "name": "tempest-MigrationsAdminTest-1721057743-project", "password_expires_at": null}, "audit_ids": ["kXf1LoYYSryU-6UI1IshzQ"], "expires_at": "2022-08-27T05:42:19.000000Z", "issued_at": "2022-08-27T04:42:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8511e600620148c2b51cb7fe446763eb", "name": "tempest-MigrationsAdminTest-1721057743"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:42:19,877 130319 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Found network None available for tenant 2022-08-27 04:42:21,039 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 POST http://10.222.0.76/compute/v2.1/servers 1.160s 2022-08-27 04:42:21,039 130319 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-454077692", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "61e78c02-82f4-4484-9729-2157cf548b68"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dba192b-d85b-44e5-9dd0-80d1e4a05ada', 'x-compute-request-id': 'req-7dba192b-d85b-44e5-9dd0-80d1e4a05ada', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "44cGYT9LpsdV"}}' 2022-08-27 04:42:21,781 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.735s 2022-08-27 04:42:21,781 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0f5ce64-bf7d-47c0-9aa9-ac7ac4d1e89b', 'x-compute-request-id': 'req-b0f5ce64-bf7d-47c0-9aa9-ac7ac4d1e89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:21Z", "updated": "2022-08-27T04:42:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "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-27 04:42:22,938 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.145s 2022-08-27 04:42:22,939 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-921211a9-9d4e-4753-a7a8-05b3a7e0b5e8', 'x-compute-request-id': 'req-921211a9-9d4e-4753-a7a8-05b3a7e0b5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:21Z", "updated": "2022-08-27T04:42:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "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-27 04:42:24,145 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.193s 2022-08-27 04:42:24,145 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-598ba30e-6b10-4f02-8018-be476ce9c934', 'x-compute-request-id': 'req-598ba30e-6b10-4f02-8018-be476ce9c934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:24,157 130319 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-08-27 04:42:25,361 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.203s 2022-08-27 04:42:25,362 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d33182c0-5128-42b4-a000-6c6e36253549', 'x-compute-request-id': 'req-d33182c0-5128-42b4-a000-6c6e36253549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:26,682 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.307s 2022-08-27 04:42:26,682 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3447c3b4-c393-42a9-a117-70b8f56509c1', 'x-compute-request-id': 'req-3447c3b4-c393-42a9-a117-70b8f56509c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:26,693 130319 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2022-08-27 04:42:27,833 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.138s 2022-08-27 04:42:27,833 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82083b1c-b5f5-40b3-ab69-6d2f22d119ed', 'x-compute-request-id': 'req-82083b1c-b5f5-40b3-ab69-6d2f22d119ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:29,392 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.545s 2022-08-27 04:42:29,393 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69f8c730-113e-45f1-980b-de21a63d3d7e', 'x-compute-request-id': 'req-69f8c730-113e-45f1-980b-de21a63d3d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:31,239 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.833s 2022-08-27 04:42:31,240 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06353497-a1e0-47bf-a35f-cadbe7c2bde6', 'x-compute-request-id': 'req-06353497-a1e0-47bf-a35f-cadbe7c2bde6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:33,219 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.966s 2022-08-27 04:42:33,219 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c89897d-c514-4566-a2d3-c6a3c89813b6', 'x-compute-request-id': 'req-7c89897d-c514-4566-a2d3-c6a3c89813b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:35,430 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 1.199s 2022-08-27 04:42:35,430 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a443ef13-868d-4bd5-b990-72cc54e36dbf', 'x-compute-request-id': 'req-a443ef13-868d-4bd5-b990-72cc54e36dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:37,053 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.610s 2022-08-27 04:42:37,053 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f600f911-3bc5-4aaf-bd8b-68c8da02bfa1', 'x-compute-request-id': 'req-f600f911-3bc5-4aaf-bd8b-68c8da02bfa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:38,954 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.888s 2022-08-27 04:42:38,954 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb8d8fee-f0f0-4339-8028-7c34cac3aae5', 'x-compute-request-id': 'req-eb8d8fee-f0f0-4339-8028-7c34cac3aae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:40,271 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.304s 2022-08-27 04:42:40,271 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf14b34-516c-45f4-84e4-19233e26afb6', 'x-compute-request-id': 'req-1cf14b34-516c-45f4-84e4-19233e26afb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:41,990 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.706s 2022-08-27 04:42:41,991 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56143e87-cf96-4018-bc42-997cc5713648', 'x-compute-request-id': 'req-56143e87-cf96-4018-bc42-997cc5713648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:44,211 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 1.207s 2022-08-27 04:42:44,211 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34acaf87-ebbb-4569-81c0-466f20d74967', 'x-compute-request-id': 'req-34acaf87-ebbb-4569-81c0-466f20d74967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:45,881 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.657s 2022-08-27 04:42:45,881 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dda462e7-0aad-4726-83ed-25f50b20c611', 'x-compute-request-id': 'req-dda462e7-0aad-4726-83ed-25f50b20c611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:47,308 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.414s 2022-08-27 04:42:47,308 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-739c207f-74ce-445d-987a-85c40fc3070e', 'x-compute-request-id': 'req-739c207f-74ce-445d-987a-85c40fc3070e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:48,751 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.430s 2022-08-27 04:42:48,752 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dc85645-2ca9-4b15-bf80-bb2ea975ee25', 'x-compute-request-id': 'req-5dc85645-2ca9-4b15-bf80-bb2ea975ee25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:42:50,748 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.984s 2022-08-27 04:42:50,748 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1528', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33ec6013-2a0a-49d2-8d21-8b762867086f', 'x-compute-request-id': 'req-33ec6013-2a0a-49d2-8d21-8b762867086f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "ACTIVE", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:50Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.219", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f6:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "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-27T04:42:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-27 04:42:50,759 130319 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait 2022-08-27 04:42:51,443 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67 0.683s 2022-08-27 04:42:51,443 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1528', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a56cce52-7f86-4597-82d4-a5934961a3c8', 'x-compute-request-id': 'req-a56cce52-7f86-4597-82d4-a5934961a3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67'} Body: b'{"server": {"id": "fb625475-12a3-45d3-8176-64b5a8a07c67", "name": "tempest-MigrationsAdminTest-server-454077692", "status": "ACTIVE", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "04ba510982bf9f3c8104b49a5aad39a35502cfdf08b4df074632d468", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "61e78c02-82f4-4484-9729-2157cf548b68", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/61e78c02-82f4-4484-9729-2157cf548b68"}]}, "created": "2022-08-27T04:42:20Z", "updated": "2022-08-27T04:42:50Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.219", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f6:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/fb625475-12a3-45d3-8176-64b5a8a07c67"}], "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-27T04:42:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-27 04:42:52,125 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 DELETE http://10.222.0.76/compute/v2.1/flavors/61e78c02-82f4-4484-9729-2157cf548b68 0.670s 2022-08-27 04:42:52,125 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-be9b674d-23e7-4583-b246-3d157fdcb72b', 'x-compute-request-id': 'req-be9b674d-23e7-4583-b246-3d157fdcb72b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/61e78c02-82f4-4484-9729-2157cf548b68'} Body: b'' 2022-08-27 04:42:52,165 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.76/compute/v2.1/flavors/detail 0.039s 2022-08-27 04:42:52,166 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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-2b1c6204-a307-462c-b8b5-634b067fd472', 'x-compute-request-id': 'req-2b1c6204-a307-462c-b8b5-634b067fd472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/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.76/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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-27 04:42:52,427 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 500 POST http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67/action 0.251s 2022-08-27 04:42:52,427 130319 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': 'Sat, 27 Aug 2022 04:42: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-382679f2-10f2-4ccd-b4d8-d82978afcd34', 'x-compute-request-id': 'req-382679f2-10f2-4ccd-b4d8-d82978afcd34', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/fb625475-12a3-45d3-8176-64b5a8a07c67/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-27 04:42:52,584 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 404 DELETE http://10.222.0.76/compute/v2.1/flavors/61e78c02-82f4-4484-9729-2157cf548b68 0.155s 2022-08-27 04:42:52,584 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42: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': '109', 'x-openstack-request-id': 'req-925cf625-e42c-44c8-ac7a-6aee1568eebc', 'x-compute-request-id': 'req-925cf625-e42c-44c8-ac7a-6aee1568eebc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/61e78c02-82f4-4484-9729-2157cf548b68'} Body: b'{"itemNotFound": {"code": 404, "message": "Flavor 61e78c02-82f4-4484-9729-2157cf548b68 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-27 04:42:52,854 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.259s 2022-08-27 04:42:52,854 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:52 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-4ae0f181-11b4-4fb7-98b2-7c35a18ff53f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c0493ef2484140f69c1817efaaa51f98", "name": "tempest-MigrationsAdminTest-1721057743-project", "password_expires_at": null}, "audit_ids": ["8eYFdEFMRTqKkDEumshTDQ"], "expires_at": "2022-08-27T05:42:52.000000Z", "issued_at": "2022-08-27T04:42:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8511e600620148c2b51cb7fe446763eb", "name": "tempest-MigrationsAdminTest-1721057743"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/8511e600620148c2b51cb7fe446763eb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:42:52,855 130319 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_revert_cold_migration) Found network None available for tenant 2022-08-27 04:42:54,205 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 202 POST http://10.222.0.76/compute/v2.1/servers 1.349s 2022-08-27 04:42:54,205 130319 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-535608964", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0767a095-93ea-4466-88e5-2361b8828cbf', 'x-compute-request-id': 'req-0767a095-93ea-4466-88e5-2361b8828cbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fLwKCzMwq34C"}}' 2022-08-27 04:42:55,225 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 1.016s 2022-08-27 04:42:55,225 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c119c19-a00a-4766-9371-b4be9f8ea31c', 'x-compute-request-id': 'req-8c119c19-a00a-4766-9371-b4be9f8ea31c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:42:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "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-27 04:42:56,822 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.574s 2022-08-27 04:42:56,822 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:56 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-787a6561-746b-4dc4-89c6-2e7325ef4dc8', 'x-compute-request-id': 'req-787a6561-746b-4dc4-89c6-2e7325ef4dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:42:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:56,838 130319 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-08-27 04:42:58,167 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.326s 2022-08-27 04:42:58,168 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:57 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-166d1bcd-c421-43ee-b85f-9a658abb339f', 'x-compute-request-id': 'req-166d1bcd-c421-43ee-b85f-9a658abb339f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:42:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:59,557 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.377s 2022-08-27 04:42:59,557 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-301de85c-a147-4a1a-8952-b689bfb4c61b', 'x-compute-request-id': 'req-301de85c-a147-4a1a-8952-b689bfb4c61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:42:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:42:59,579 130319 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait 2022-08-27 04:43:00,856 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.276s 2022-08-27 04:43:00,857 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:00 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-da727a48-6b3c-446c-aa43-9df918848408', 'x-compute-request-id': 'req-da727a48-6b3c-446c-aa43-9df918848408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:43:00,867 130319 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait 2022-08-27 04:43:02,504 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.635s 2022-08-27 04:43:02,504 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10957cd9-9720-4b8b-9526-4b574bf33a96', 'x-compute-request-id': 'req-10957cd9-9720-4b8b-9526-4b574bf33a96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:04,562 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 1.046s 2022-08-27 04:43:04,562 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ec8fb22-9450-4793-bbec-09d17efec609', 'x-compute-request-id': 'req-8ec8fb22-9450-4793-bbec-09d17efec609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:06,543 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.968s 2022-08-27 04:43:06,543 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:05 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-c21ec248-dc81-405a-af07-db9f2de3b6c6', 'x-compute-request-id': 'req-c21ec248-dc81-405a-af07-db9f2de3b6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:08,236 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.681s 2022-08-27 04:43:08,253 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:07 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-5fea3459-78f5-4bcc-8502-97e775efc70c', 'x-compute-request-id': 'req-5fea3459-78f5-4bcc-8502-97e775efc70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:09,419 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.153s 2022-08-27 04:43:09,420 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d73a70cb-d1b7-49bb-b492-24e3b2ddbf37', 'x-compute-request-id': 'req-d73a70cb-d1b7-49bb-b492-24e3b2ddbf37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:11,129 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.697s 2022-08-27 04:43:11,130 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-93380e8e-2db2-49f4-9409-5a6edbd3cd95', 'x-compute-request-id': 'req-93380e8e-2db2-49f4-9409-5a6edbd3cd95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:12,632 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.489s 2022-08-27 04:43:12,633 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-3b04dcd6-0988-4129-8382-f90f34708fd3', 'x-compute-request-id': 'req-3b04dcd6-0988-4129-8382-f90f34708fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:14,086 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.441s 2022-08-27 04:43:14,086 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:13 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-73172cfa-4dfd-4725-8077-beb4f903f889', 'x-compute-request-id': 'req-73172cfa-4dfd-4725-8077-beb4f903f889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:15,689 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.587s 2022-08-27 04:43:15,689 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-0933d446-368f-4b90-ae0b-dd4c25728094', 'x-compute-request-id': 'req-0933d446-368f-4b90-ae0b-dd4c25728094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:17,161 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.447s 2022-08-27 04:43:17,161 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:16 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-9fcb3445-15f2-4b64-ad6d-52cc92c2667b', 'x-compute-request-id': 'req-9fcb3445-15f2-4b64-ad6d-52cc92c2667b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:18,643 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.468s 2022-08-27 04:43:18,643 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7427ad7e-fb17-4535-a8a2-dce466ca26ee', 'x-compute-request-id': 'req-7427ad7e-fb17-4535-a8a2-dce466ca26ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:20,065 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.408s 2022-08-27 04:43:20,065 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-394d7f39-b242-40e0-b0a9-b8c8d7682d82', 'x-compute-request-id': 'req-394d7f39-b242-40e0-b0a9-b8c8d7682d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:21,772 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 0.690s 2022-08-27 04:43:21,772 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:21 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-8e9e5b1c-18f1-44e9-b509-24186419fe4d', 'x-compute-request-id': 'req-8e9e5b1c-18f1-44e9-b509-24186419fe4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "BUILD", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:24,316 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 1.531s 2022-08-27 04:43:24,317 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:22 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-2ef76261-8573-4cf2-a87d-b23073c29e64', 'x-compute-request-id': 'req-2ef76261-8573-4cf2-a87d-b23073c29e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "ACTIVE", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:23Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:9b:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "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-27T04:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-27 04:43:24,331 130319 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait 2022-08-27 04:43:25,393 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53 1.061s 2022-08-27 04:43:25,393 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:24 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-12ce9203-7890-444c-9955-27e372719b15', 'x-compute-request-id': 'req-12ce9203-7890-444c-9955-27e372719b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53'} Body: b'{"server": {"id": "8f4d695c-d061-4a9c-a769-527ffc8e8a53", "name": "tempest-MigrationsAdminTest-server-535608964", "status": "ACTIVE", "tenant_id": "8511e600620148c2b51cb7fe446763eb", "user_id": "c0493ef2484140f69c1817efaaa51f98", "metadata": {}, "hostId": "d7c31680f5a46365031152a0abd51c39ccd772b50a82faafa4eace41", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:42:54Z", "updated": "2022-08-27T04:43:23Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:9b:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53"}], "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-27T04:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852088-5", "OS-EXT-SRV-ATTR:instance_name": "instance-00000013", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852088-5", "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-27 04:43:25,688 130319 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 500 POST http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53/action 0.283s 2022-08-27 04:43:25,688 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-a87b4925-9247-4103-8a83-eafae406ec70', 'x-compute-request-id': 'req-a87b4925-9247-4103-8a83-eafae406ec70', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/8f4d695c-d061-4a9c-a769-527ffc8e8a53/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-27 04:43:43,556 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.464s 2022-08-27 04:43:43,557 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2068fe79-0e34-4c6e-a639-ff5a9c054006', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a498ce4dafbd4ef69ee8fee961f83dc0", "name": "tempest-ServersAdminNegativeTestJSON-2030357904-project", "password_expires_at": null}, "audit_ids": ["wJXOL0oTQniQskzlCAe5qw"], "expires_at": "2022-08-27T05:43:43.000000Z", "issued_at": "2022-08-27T04:43:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1b8a17e29c4436a9c51b4fc7b963822", "name": "tempest-ServersAdminNegativeTestJSON-2030357904"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c1b8a17e29c4436a9c51b4fc7b963822", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_c1b8a17e29c4436a9c51b4fc7b963822", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c1b8a17e29c4436a9c51b4fc7b963822", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/c1b8a17e29c4436a9c51b4fc7b963822", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:43:43,559 130312 INFO [tempest.lib.common.fixed_network] (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state) Found network None available for tenant 2022-08-27 04:43:44,393 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.76/compute/v2.1/servers 0.833s 2022-08-27 04:43:44,393 130312 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-965590235", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f477af9-b357-4fa5-b57b-c48ed7639cf7', 'x-compute-request-id': 'req-3f477af9-b357-4fa5-b57b-c48ed7639cf7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "79Zc82ZntbgC"}}' 2022-08-27 04:43:44,789 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.393s 2022-08-27 04:43:44,790 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:44 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-b834fc02-ba22-4016-a369-b2a0ac8686f3', 'x-compute-request-id': 'req-b834fc02-ba22-4016-a369-b2a0ac8686f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "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-27 04:43:46,047 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.242s 2022-08-27 04:43:46,047 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:45 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-2d12f3ed-1616-443d-9854-4677c346a3dc', 'x-compute-request-id': 'req-2d12f3ed-1616-443d-9854-4677c346a3dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "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-27 04:43:47,435 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.375s 2022-08-27 04:43:47,435 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:47 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-446e33fb-fe23-4326-8fb0-df3f2714fc52', 'x-compute-request-id': 'req-446e33fb-fe23-4326-8fb0-df3f2714fc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:43:47,449 130312 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-08-27 04:43:48,712 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.260s 2022-08-27 04:43:48,712 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:48 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-5db7ae45-bd1b-4f29-adbf-5ddcc95621e6', 'x-compute-request-id': 'req-5db7ae45-bd1b-4f29-adbf-5ddcc95621e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:43:49,904 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.174s 2022-08-27 04:43:49,905 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e89465-16aa-4eb6-b49d-6ffafb42b782', 'x-compute-request-id': 'req-65e89465-16aa-4eb6-b49d-6ffafb42b782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-27 04:43:49,915 130312 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2022-08-27 04:43:51,727 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.806s 2022-08-27 04:43:51,728 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:50 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-d3fb9d9a-88b9-4c03-ad23-b970394ec8eb', 'x-compute-request-id': 'req-d3fb9d9a-88b9-4c03-ad23-b970394ec8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:53,361 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.621s 2022-08-27 04:43:53,362 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea7d66a1-de15-485e-a413-971aa929b17a', 'x-compute-request-id': 'req-ea7d66a1-de15-485e-a413-971aa929b17a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:54,732 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.357s 2022-08-27 04:43:54,732 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-d0c26422-0c32-4e85-a8bd-994d6d4fa48e', 'x-compute-request-id': 'req-d0c26422-0c32-4e85-a8bd-994d6d4fa48e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:56,138 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.393s 2022-08-27 04:43:56,138 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:55 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-bab575a8-6503-4e4d-8bed-98b2f0c4e39e', 'x-compute-request-id': 'req-bab575a8-6503-4e4d-8bed-98b2f0c4e39e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:57,457 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.305s 2022-08-27 04:43:57,457 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-85514372-a095-4ab8-97c1-5ce2d16da2a0', 'x-compute-request-id': 'req-85514372-a095-4ab8-97c1-5ce2d16da2a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:43:58,784 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.314s 2022-08-27 04:43:58,784 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:58 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-05ebc0ce-3186-4ea4-b091-3947aa7a4d8e', 'x-compute-request-id': 'req-05ebc0ce-3186-4ea4-b091-3947aa7a4d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:00,286 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.490s 2022-08-27 04:44:00,287 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-d5ac5bb7-7e51-4573-8610-404b992f6549', 'x-compute-request-id': 'req-d5ac5bb7-7e51-4573-8610-404b992f6549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:01,615 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.315s 2022-08-27 04:44:01,615 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:01 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-30119fb6-d4a8-4f00-a395-ea3dc9ca19b3', 'x-compute-request-id': 'req-30119fb6-d4a8-4f00-a395-ea3dc9ca19b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:03,003 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.376s 2022-08-27 04:44:03,004 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44: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-20d5676b-294c-4e00-bc97-c543e47a1def', 'x-compute-request-id': 'req-20d5676b-294c-4e00-bc97-c543e47a1def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:04,937 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.921s 2022-08-27 04:44:04,938 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3db1edf2-84f3-4074-9248-337e9f57a942', 'x-compute-request-id': 'req-3db1edf2-84f3-4074-9248-337e9f57a942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:06,676 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 0.726s 2022-08-27 04:44:06,676 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44: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-36a553bb-ee02-446f-8361-0a980a3c4d57', 'x-compute-request-id': 'req-36a553bb-ee02-446f-8361-0a980a3c4d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:09,278 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 1.588s 2022-08-27 04:44:09,278 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:07 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-03c61f64-42fc-463e-93e1-21292723420a', 'x-compute-request-id': 'req-03c61f64-42fc-463e-93e1-21292723420a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:11,629 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 1.336s 2022-08-27 04:44:11,630 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:10 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-f2a0f5f8-53d2-4e43-b053-3bb4c75518ea', 'x-compute-request-id': 'req-f2a0f5f8-53d2-4e43-b053-3bb4c75518ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:13,689 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 1.046s 2022-08-27 04:44:13,689 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d255faf-9691-4884-a649-359c106c23e1', 'x-compute-request-id': 'req-2d255faf-9691-4884-a649-359c106c23e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "BUILD", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:43:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-27 04:44:15,881 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 1.161s 2022-08-27 04:44:15,881 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:14 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-07512108-e47a-4a71-aec3-b9ce0aab6e48', 'x-compute-request-id': 'req-07512108-e47a-4a71-aec3-b9ce0aab6e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "ACTIVE", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:44:13Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.247", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:c6:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "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-27T04:44:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-27 04:44:15,898 130312 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 31 second wait 2022-08-27 04:44:17,417 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4/action 1.517s 2022-08-27 04:44:17,418 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:15 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-87a70e11-3fa9-4f8c-b77a-9cb241371d6e', 'x-compute-request-id': 'req-87a70e11-3fa9-4f8c-b77a-9cb241371d6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4/action'} Body: b'' 2022-08-27 04:44:19,625 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 2.207s 2022-08-27 04:44:19,626 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:17 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-2c876d9d-72c8-4ba3-8d24-3ff5abfdf039', 'x-compute-request-id': 'req-2c876d9d-72c8-4ba3-8d24-3ff5abfdf039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "ACTIVE", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:44:17Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.247", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:c6:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "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-27T04:44:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852088-5", "OS-EXT-SRV-ATTR:instance_name": "instance-00000017", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852088-5", "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-27 04:44:22,189 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4 1.551s 2022-08-27 04:44:22,190 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:20 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-c464c7bd-4918-43e1-9ba0-8e0c80952d86', 'x-compute-request-id': 'req-c464c7bd-4918-43e1-9ba0-8e0c80952d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4'} Body: b'{"server": {"id": "d9d116f1-4153-497d-a882-0178a925c0b4", "name": "tempest-ServersAdminNegativeTestJSON-server-965590235", "status": "SUSPENDED", "tenant_id": "c1b8a17e29c4436a9c51b4fc7b963822", "user_id": "a498ce4dafbd4ef69ee8fee961f83dc0", "metadata": {}, "hostId": "0430db0ba4b79db13773647d6de593b06b9bb38d8d63b02fcca62d08", "image": {"id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/452"}]}, "created": "2022-08-27T04:43:44Z", "updated": "2022-08-27T04:44:20Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.247", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:c6:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/servers/d9d116f1-4153-497d-a882-0178a925c0b4"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-27T04:44:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852088-5", "OS-EXT-SRV-ATTR:instance_name": "instance-00000017", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852088-5", "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-27 04:44:22,201 130312 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 3 second wait 2022-08-27 04:44:22,891 130312 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 500 POST http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4/action 0.683s 2022-08-27 04:44:22,892 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44: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-e8901634-bf94-460d-b314-7242bc768bb4', 'x-compute-request-id': 'req-e8901634-bf94-460d-b314-7242bc768bb4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/d9d116f1-4153-497d-a882-0178a925c0b4/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-27 05:12:41,585 177608 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-08-27 05:12:41,585 177608 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-08-27 05:12:41,586 177608 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-08-27 05:12:41,710 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 GET http://10.222.0.76/compute/v2.1/os-quota-sets/446856b9f6d943c9b65754dff8a0fdef 0.123s 2022-08-27 05:12:41,710 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:41 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-e47a735e-9657-4253-b8d8-062d22c89efc', 'x-compute-request-id': 'req-e47a735e-9657-4253-b8d8-062d22c89efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-quota-sets/446856b9f6d943c9b65754dff8a0fdef'} Body: b'{"quota_set": {"id": "446856b9f6d943c9b65754dff8a0fdef", "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-27 05:12:41,827 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 POST http://10.222.0.76/compute/v2.1/flavors 0.112s 2022-08-27 05:12:41,827 177608 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-178215567", "id": 208595799, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '434', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb5c815f-218b-4b7b-ae6d-66d89d464597', 'x-compute-request-id': 'req-fb5c815f-218b-4b7b-ae6d-66d89d464597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "208595799", "name": "tempest-ServersAdminNegativeTestJSON-flavor-178215567", "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.76/compute/v2.1/flavors/208595799"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/208595799"}]}}' 2022-08-27 05:12:41,942 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 500 POST http://10.222.0.76/compute/v2.1/servers/4c130242-72b4-4f6b-b3f3-150bf3a53fa2/action 0.111s 2022-08-27 05:12:41,943 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "208595799"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-db7acc3e-7f43-4220-99e3-00492e5890e9', 'x-compute-request-id': 'req-db7acc3e-7f43-4220-99e3-00492e5890e9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/4c130242-72b4-4f6b-b3f3-150bf3a53fa2/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-27 05:12:42,058 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/flavors/208595799 0.110s 2022-08-27 05:12:42,059 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:41 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-805911c3-b776-493c-b576-1586e568b48a', 'x-compute-request-id': 'req-805911c3-b776-493c-b576-1586e568b48a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/208595799'} Body: b'' 2022-08-27 05:12:42,089 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.76/compute/v2.1/flavors/detail 0.029s 2022-08-27 05:12:42,089 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:42 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-38c238ca-5cd0-4b93-b3bf-65e34d2bcb1b', 'x-compute-request-id': 'req-38c238ca-5cd0-4b93-b3bf-65e34d2bcb1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/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.76/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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-27 05:12:42,099 177608 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-27 05:12:42,102 177608 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-08-27 05:12:42,102 177608 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-08-27 05:12:42,103 177608 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-08-27 05:12:42,188 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 GET http://10.222.0.76/compute/v2.1/os-quota-sets/446856b9f6d943c9b65754dff8a0fdef 0.085s 2022-08-27 05:12:42,189 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:42 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-f66e2ef8-b6b9-400d-88ae-bbc95bd56aa6', 'x-compute-request-id': 'req-f66e2ef8-b6b9-400d-88ae-bbc95bd56aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-quota-sets/446856b9f6d943c9b65754dff8a0fdef'} Body: b'{"quota_set": {"id": "446856b9f6d943c9b65754dff8a0fdef", "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-27 05:12:42,370 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 POST http://10.222.0.76/compute/v2.1/flavors 0.178s 2022-08-27 05:12:42,371 177608 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-54308632", "id": 249635905, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '432', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c838e528-52e0-4b2f-8fcf-48f7ba33a78c', 'x-compute-request-id': 'req-c838e528-52e0-4b2f-8fcf-48f7ba33a78c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "249635905", "name": "tempest-ServersAdminNegativeTestJSON-flavor-54308632", "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.76/compute/v2.1/flavors/249635905"}, {"rel": "bookmark", "href": "http://10.222.0.76/compute/flavors/249635905"}]}}' 2022-08-27 05:12:42,488 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 500 POST http://10.222.0.76/compute/v2.1/servers/4c130242-72b4-4f6b-b3f3-150bf3a53fa2/action 0.113s 2022-08-27 05:12:42,488 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "249635905"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12: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-da28a82e-1da8-437d-a7a9-098a18f2b023', 'x-compute-request-id': 'req-da28a82e-1da8-437d-a7a9-098a18f2b023', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers/4c130242-72b4-4f6b-b3f3-150bf3a53fa2/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-27 05:12:42,549 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/flavors/249635905 0.059s 2022-08-27 05:12:42,549 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12: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-fb4866dd-6a64-49a7-acb4-bedb653bf2f7', 'x-compute-request-id': 'req-fb4866dd-6a64-49a7-acb4-bedb653bf2f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/flavors/249635905'} Body: b'' 2022-08-27 05:12:42,580 177608 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.76/compute/v2.1/flavors/detail 0.029s 2022-08-27 05:12:42,580 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:42 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-bcb826a1-009c-456e-b98c-79487fdb85f1', 'x-compute-request-id': 'req-bcb826a1-009c-456e-b98c-79487fdb85f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/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.76/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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.76/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.76/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-27 05:12:42,589 177608 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-27 04:40:26,288 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0 0.264s 2022-08-27 04:40:26,288 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0d203fa8-97e5-4bb1-a577-eafa59890597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0'} 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": "4935ddf6dc2a4bbea15d24b9f9bae471", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "created_at": "2022-08-27T04:29:30Z", "updated_at": "2022-08-27T04:29:47Z", "tags": [], "self": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "file": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0/file", "schema": "/v2/schemas/image"}' 2022-08-27 04:40:30,819 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0/file 4.530s 2022-08-27 04:40:39,679 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/octet-stream', 'content-md5': '318f990048c8a194829e52141534610d', 'content-length': '645922816', 'x-openstack-request-id': 'req-992af8f9-21e2-48a8-8e44-ef506065b8a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0/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-27 04:40:39,925 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.76/image/v2/images 0.246s 2022-08-27 04:40:39,926 130306 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': 'Sat, 27 Aug 2022 04:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '689', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6c9e3e2d-4641-4260-aea6-fc748aa48d3c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/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": "987059a7976d45cbbc3b3dfc6c09dafd", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2250ee05-9560-4e25-a14b-83c7ecc7835b", "created_at": "2022-08-27T04:40:40Z", "updated_at": "2022-08-27T04:40:40Z", "tags": [], "self": "/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b", "file": "/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b/file", "schema": "/v2/schemas/image"}' 2022-08-27 04:41:04,971 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.222.0.76/image/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b/file 25.045s 2022-08-27 04:41:04,972 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7efd53ded940> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7ddf349-2ec6-4ad7-8940-8cb02b03a0ff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/image/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b/file'} Body: b'' 2022-08-27 04:41:05,019 130306 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:41:05,019 130306 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:41:07,674 130306 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 2.651s 2022-08-27 04:41:07,675 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1077889061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPt1cxu0X1RgDNOngiiCd2as0epxrapw/2i+zUf8jKypnpHR4lPN5S/+AXXVDgZYARUp0nw32mjCZfwUKkjcHuwlw1w+76dWogInEWmbV9savJqJMTiNLVo116Ce0Rl+2A=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:05 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-c22bfdc0-29b4-4ba7-ab68-a0f3742422d9', 'x-compute-request-id': 'req-c22bfdc0-29b4-4ba7-ab68-a0f3742422d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1077889061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPt1cxu0X1RgDNOngiiCd2as0epxrapw/2i+zUf8jKypnpHR4lPN5S/+AXXVDgZYARUp0nw32mjCZfwUKkjcHuwlw1w+76dWogInEWmbV9savJqJMTiNLVo116Ce0Rl+2A==", "fingerprint": "21:3f:0d:dc:a8:03:14:fe:30:65:97:20:23:ca:c3:2e", "user_id": "95a5ea624f3247f4ad47068013e03d40"}}' 2022-08-27 04:41:07,677 130306 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1077889061 created 2022-08-27 04:41:08,273 130306 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.595s 2022-08-27 04:41:08,273 130306 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--719782428", "description": "tempest-description--766079681"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-7d739a6b-3ea0-45dc-9383-8dc6f34f6bec', 'date': 'Sat, 27 Aug 2022 04:41:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f", "name": "tempest-securitygroup--719782428", "stateful": true, "tenant_id": "b6295028045c4e4a89a385e4e835c7a3", "description": "tempest-description--766079681", "shared": false, "security_group_rules": [{"id": "32123ae1-f6b7-4aa9-8481-68ead6430bf9", "tenant_id": "b6295028045c4e4a89a385e4e835c7a3", "security_group_id": "b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f", "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": 545, "description": null, "tags": [], "created_at": "2022-08-27T04:41:08Z", "updated_at": "2022-08-27T04:41:08Z", "revision_number": 0, "project_id": "b6295028045c4e4a89a385e4e835c7a3"}, {"id": "db82dfd0-5a3e-4614-8718-4e4d840988ec", "tenant_id": "b6295028045c4e4a89a385e4e835c7a3", "security_group_id": "b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f", "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": 544, "description": null, "tags": [], "created_at": "2022-08-27T04:41:08Z", "updated_at": "2022-08-27T04:41:08Z", "revision_number": 0, "project_id": "b6295028045c4e4a89a385e4e835c7a3"}], "tags": [], "created_at": "2022-08-27T04:41:07Z", "updated_at": "2022-08-27T04:41:08Z", "revision_number": 1, "project_id": "b6295028045c4e4a89a385e4e835c7a3"}}' 2022-08-27 04:41:08,800 130306 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.525s 2022-08-27 04:41:08,800 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f", "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-7a581220-2be5-4ca7-aac1-96da2d2ce89a', 'date': 'Sat, 27 Aug 2022 04:41:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6c206dda-b658-4b1f-a0f8-b3630f55c725", "tenant_id": "b6295028045c4e4a89a385e4e835c7a3", "security_group_id": "b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f", "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-27T04:41:08Z", "updated_at": "2022-08-27T04:41:08Z", "revision_number": 0, "project_id": "b6295028045c4e4a89a385e4e835c7a3"}}' 2022-08-27 04:41:09,274 130306 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.474s 2022-08-27 04:41:09,275 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-afdc2783-c039-49e4-9946-232334e68ddd', 'date': 'Sat, 27 Aug 2022 04:41:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "32b3948f-784e-4e67-90f0-42c73904c72d", "tenant_id": "b6295028045c4e4a89a385e4e835c7a3", "security_group_id": "b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f", "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-27T04:41:09Z", "updated_at": "2022-08-27T04:41:09Z", "revision_number": 0, "project_id": "b6295028045c4e4a89a385e4e835c7a3"}}' 2022-08-27 04:41:09,275 130306 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--719782428 created 2022-08-27 04:41:11,350 130306 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 2.074s 2022-08-27 04:41:11,350 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-d21a41ab-79c8-4c7c-9007-9d25da01d7b1', 'date': 'Sat, 27 Aug 2022 04:41:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "42feded7-6737-47e7-bb22-92743aea1d5d", "tenant_id": "b6295028045c4e4a89a385e4e835c7a3", "floating_ip_address": "172.25.2.159", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b6295028045c4e4a89a385e4e835c7a3", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:41:10Z", "updated_at": "2022-08-27T04:41:10Z", "revision_number": 0}}' 2022-08-27 04:41:11,350 130306 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '42feded7-6737-47e7-bb22-92743aea1d5d', 'tenant_id': 'b6295028045c4e4a89a385e4e835c7a3', 'floating_ip_address': '172.25.2.159', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b6295028045c4e4a89a385e4e835c7a3', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:41:10Z', 'updated_at': '2022-08-27T04:41:10Z', 'revision_number': 0, 'ip': '172.25.2.159'} created 2022-08-27 04:41:11,581 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.225s 2022-08-27 04:41:11,583 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:11 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-5dfc0385-fbca-4b34-a74b-95c6174c3451', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "95a5ea624f3247f4ad47068013e03d40", "name": "tempest-AttachSCSIVolumeTestJSON-1739176800-project", "password_expires_at": null}, "audit_ids": ["jmj63aKNSSm9NgvRoW83Hw"], "expires_at": "2022-08-27T05:41:11.000000Z", "issued_at": "2022-08-27T04:41:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6295028045c4e4a89a385e4e835c7a3", "name": "tempest-AttachSCSIVolumeTestJSON-1739176800"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/b6295028045c4e4a89a385e4e835c7a3", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_b6295028045c4e4a89a385e4e835c7a3", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/b6295028045c4e4a89a385e4e835c7a3", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/b6295028045c4e4a89a385e4e835c7a3", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:41:11,583 130306 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '3a4fb9cd-27e3-4fc7-b4e5-f61592dbf377', 'name': 'tempest-AttachSCSIVolumeTestJSON-520160126-network', 'tenant_id': 'b6295028045c4e4a89a385e4e835c7a3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b6295028045c4e4a89a385e4e835c7a3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 215, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:39:51Z', 'updated_at': '2022-08-27T04:39:51Z', 'revision_number': 1} available for tenant 2022-08-27 04:41:11,584 130306 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1077889061', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPt1cxu0X1RgDNOngiiCd2as0epxrapw/2i+zUf8jKypnpHR4lPN5S/+AXXVDgZYARUp0nw32mjCZfwUKkjcHuwlw1w+76dWogInEWmbV9savJqJMTiNLVo116Ce0Rl+2A==', 'fingerprint': '21:3f:0d:dc:a8:03:14:fe:30:65:97:20:23:ca:c3:2e', 'user_id': '95a5ea624f3247f4ad47068013e03d40', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBhZQpGTaToslCyWG/oR5+QtEw0zHvxFHfET5XfRragMccsyCiO3hE0\nxl33ciEOlqGgBwYFK4EEACKhZANiAAT7dXMbtF9UYAzTp4IogndmrNHqca2qcP9o\nvs1H/IysqZ6R0eJTzeUv/gF11Q4GWAEVKdJ8N9powmX8FCpI3B7sJcNcPu+nVqIC\nJxFpm1fbGryaiTE4jS1aNdegntEZftg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f', 'name': 'tempest-securitygroup--719782428', 'stateful': True, 'tenant_id': 'b6295028045c4e4a89a385e4e835c7a3', 'description': 'tempest-description--766079681', 'shared': False, 'security_group_rules': [{'id': '32123ae1-f6b7-4aa9-8481-68ead6430bf9', 'tenant_id': 'b6295028045c4e4a89a385e4e835c7a3', 'security_group_id': 'b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f', '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': 545, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:41:08Z', 'updated_at': '2022-08-27T04:41:08Z', 'revision_number': 0, 'project_id': 'b6295028045c4e4a89a385e4e835c7a3'}, {'id': 'db82dfd0-5a3e-4614-8718-4e4d840988ec', 'tenant_id': 'b6295028045c4e4a89a385e4e835c7a3', 'security_group_id': 'b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f', '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': 544, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:41:08Z', 'updated_at': '2022-08-27T04:41:08Z', 'revision_number': 0, 'project_id': 'b6295028045c4e4a89a385e4e835c7a3'}], 'tags': [], 'created_at': '2022-08-27T04:41:07Z', 'updated_at': '2022-08-27T04:41:08Z', 'revision_number': 1, 'project_id': 'b6295028045c4e4a89a385e4e835c7a3'}, 'floating_ip': {'id': '42feded7-6737-47e7-bb22-92743aea1d5d', 'tenant_id': 'b6295028045c4e4a89a385e4e835c7a3', 'floating_ip_address': '172.25.2.159', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b6295028045c4e4a89a385e4e835c7a3', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:41:10Z', 'updated_at': '2022-08-27T04:41:10Z', 'revision_number': 0, 'ip': '172.25.2.159'}} 2022-08-27 04:41:13,777 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 POST http://10.222.0.76/compute/v2.1/servers 2.192s 2022-08-27 04:41:13,777 130306 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-86881761", "imageRef": "2250ee05-9560-4e25-a14b-83c7ecc7835b", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "3a4fb9cd-27e3-4fc7-b4e5-f61592dbf377"}], "security_groups": [{"name": "tempest-securitygroup--719782428"}], "key_name": "tempest-keypair-1077889061", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-e3f62edb-0df5-4882-a560-c89d3896e105', 'x-compute-request-id': 'req-e3f62edb-0df5-4882-a560-c89d3896e105', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:41:14,058 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1077889061 0.275s 2022-08-27 04:41:14,058 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41: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-5bc3bb7b-4a3e-43a8-bf6f-3c5bd95b565a', 'x-compute-request-id': 'req-5bc3bb7b-4a3e-43a8-bf6f-3c5bd95b565a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1077889061'} Body: b'' 2022-08-27 04:41:14,407 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f 0.348s 2022-08-27 04:41:14,407 130306 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-8b8e1c0c-458e-4162-a1a5-4bfebbf391ba', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:41:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f'} Body: b'' 2022-08-27 04:41:14,429 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f 0.021s 2022-08-27 04:41:14,430 130306 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-9ec78d70-5895-4c6a-96e9-1ed0146168a6', 'date': 'Sat, 27 Aug 2022 04:41:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b2f0bf5f-f9e0-438f-b9a2-5ecf6aa3273f does not exist", "detail": ""}}' 2022-08-27 04:41:15,411 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/42feded7-6737-47e7-bb22-92743aea1d5d 0.980s 2022-08-27 04:41:15,411 130306 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-dcf90065-c060-400d-9a2c-5b9c49ed975f', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:41:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/42feded7-6737-47e7-bb22-92743aea1d5d'} Body: b'' 2022-08-27 04:41:16,829 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76/image/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b 1.417s 2022-08-27 04:41:16,829 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-567aa08f-1d86-4fdc-9d23-7dbc3f90dc3b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/image/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b'} Body: b'' 2022-08-27 04:41:16,851 130306 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.76/image/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b 0.021s 2022-08-27 04:41:16,851 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7b4a6bd6-188a-4498-a421-e4689ef3ce99', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/image/v2/images/2250ee05-9560-4e25-a14b-83c7ecc7835b'} Body: b'{"message": "No image found with ID 2250ee05-9560-4e25-a14b-83c7ecc7835b<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-27 04:49:51,128 130319 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:49:51,894 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.763s 2022-08-27 04:49:51,894 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1698973665", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOzgZjI+xhdlxx5YBBPCdE4cjtqzndBWWeJhWRQuudVdWTXNCCppFNaAtIzafLF8ymG45yIewi415EywRAgK3kDIsdcjBquJHelfUbzplO5OB+Ki9nnD9FWtq9w1FUqkpA=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:49:51 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-a3a63d96-f951-4430-8b73-c5a9b1c05720', 'x-compute-request-id': 'req-a3a63d96-f951-4430-8b73-c5a9b1c05720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1698973665", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOzgZjI+xhdlxx5YBBPCdE4cjtqzndBWWeJhWRQuudVdWTXNCCppFNaAtIzafLF8ymG45yIewi415EywRAgK3kDIsdcjBquJHelfUbzplO5OB+Ki9nnD9FWtq9w1FUqkpA==", "fingerprint": "8e:95:52:d3:08:a3:23:ec:73:27:e0:1e:2f:7b:fc:7a", "user_id": "1599979f94f34b579e3cd4ac963de1d3"}}' 2022-08-27 04:49:51,897 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1698973665 created 2022-08-27 04:49:52,984 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 1.087s 2022-08-27 04:49:52,985 130319 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--1602874124", "description": "tempest-description--561375202"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-3617c494-321a-49c4-b101-e2a46295392c', 'date': 'Sat, 27 Aug 2022 04:49:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "92f5430d-88db-4fda-b1f6-af42ea5d6d4e", "name": "tempest-securitygroup--1602874124", "stateful": true, "tenant_id": "f800461258fb485ba56ba8e7a837f5bf", "description": "tempest-description--561375202", "shared": false, "security_group_rules": [{"id": "a466f3ef-c878-41a0-93ac-1760d0b8047d", "tenant_id": "f800461258fb485ba56ba8e7a837f5bf", "security_group_id": "92f5430d-88db-4fda-b1f6-af42ea5d6d4e", "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": 1666, "description": null, "tags": [], "created_at": "2022-08-27T04:49:52Z", "updated_at": "2022-08-27T04:49:52Z", "revision_number": 0, "project_id": "f800461258fb485ba56ba8e7a837f5bf"}, {"id": "c3e576bb-a21a-47f0-806e-e0714e516e88", "tenant_id": "f800461258fb485ba56ba8e7a837f5bf", "security_group_id": "92f5430d-88db-4fda-b1f6-af42ea5d6d4e", "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": 1665, "description": null, "tags": [], "created_at": "2022-08-27T04:49:52Z", "updated_at": "2022-08-27T04:49:52Z", "revision_number": 0, "project_id": "f800461258fb485ba56ba8e7a837f5bf"}], "tags": [], "created_at": "2022-08-27T04:49:52Z", "updated_at": "2022-08-27T04:49:52Z", "revision_number": 1, "project_id": "f800461258fb485ba56ba8e7a837f5bf"}}' 2022-08-27 04:49:53,695 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.709s 2022-08-27 04:49:53,695 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92f5430d-88db-4fda-b1f6-af42ea5d6d4e", "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-580f1dda-d777-4735-a650-3637c0775ace', 'date': 'Sat, 27 Aug 2022 04:49:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d05bcc91-7b46-4fd7-9011-153c370bb892", "tenant_id": "f800461258fb485ba56ba8e7a837f5bf", "security_group_id": "92f5430d-88db-4fda-b1f6-af42ea5d6d4e", "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-27T04:49:53Z", "updated_at": "2022-08-27T04:49:53Z", "revision_number": 0, "project_id": "f800461258fb485ba56ba8e7a837f5bf"}}' 2022-08-27 04:49:54,490 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.794s 2022-08-27 04:49:54,490 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92f5430d-88db-4fda-b1f6-af42ea5d6d4e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0cd11668-a85c-4315-b457-250cc7308189', 'date': 'Sat, 27 Aug 2022 04:49:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50cd32a7-3218-4ee5-a916-41b5267ca6b5", "tenant_id": "f800461258fb485ba56ba8e7a837f5bf", "security_group_id": "92f5430d-88db-4fda-b1f6-af42ea5d6d4e", "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-27T04:49:54Z", "updated_at": "2022-08-27T04:49:54Z", "revision_number": 0, "project_id": "f800461258fb485ba56ba8e7a837f5bf"}}' 2022-08-27 04:49:54,491 130319 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1602874124 created 2022-08-27 04:49:57,251 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 2.759s 2022-08-27 04:49:57,251 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-a90b4871-044c-4432-948e-2be4bef01d73', 'date': 'Sat, 27 Aug 2022 04:49:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bdb14e13-542c-41f5-897f-0b159c47781e", "tenant_id": "f800461258fb485ba56ba8e7a837f5bf", "floating_ip_address": "172.25.2.239", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f800461258fb485ba56ba8e7a837f5bf", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:49:55Z", "updated_at": "2022-08-27T04:49:55Z", "revision_number": 0}}' 2022-08-27 04:49:57,251 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bdb14e13-542c-41f5-897f-0b159c47781e', 'tenant_id': 'f800461258fb485ba56ba8e7a837f5bf', 'floating_ip_address': '172.25.2.239', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f800461258fb485ba56ba8e7a837f5bf', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:49:55Z', 'updated_at': '2022-08-27T04:49:55Z', 'revision_number': 0, 'ip': '172.25.2.239'} created 2022-08-27 04:49:57,540 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.282s 2022-08-27 04:49:57,540 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:49: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-a9c24c68-6a81-4daf-a1e2-0a839604c703', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1599979f94f34b579e3cd4ac963de1d3", "name": "tempest-VolumesAdminNegativeTest-1167137044-project", "password_expires_at": null}, "audit_ids": ["VNyW3sWqR0KNjJGRDF8QzQ"], "expires_at": "2022-08-27T05:49:57.000000Z", "issued_at": "2022-08-27T04:49:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f800461258fb485ba56ba8e7a837f5bf", "name": "tempest-VolumesAdminNegativeTest-1167137044"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:49:57,541 130319 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '1a4e254e-3fc8-4667-b4f4-1a82460e788a', 'name': 'tempest-VolumesAdminNegativeTest-1194478072-network', 'tenant_id': 'f800461258fb485ba56ba8e7a837f5bf', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f800461258fb485ba56ba8e7a837f5bf', '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-27T04:49:23Z', 'updated_at': '2022-08-27T04:49:23Z', 'revision_number': 1} available for tenant 2022-08-27 04:49:57,542 130319 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1698973665', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOzgZjI+xhdlxx5YBBPCdE4cjtqzndBWWeJhWRQuudVdWTXNCCppFNaAtIzafLF8ymG45yIewi415EywRAgK3kDIsdcjBquJHelfUbzplO5OB+Ki9nnD9FWtq9w1FUqkpA==', 'fingerprint': '8e:95:52:d3:08:a3:23:ec:73:27:e0:1e:2f:7b:fc:7a', 'user_id': '1599979f94f34b579e3cd4ac963de1d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDCghATmq+io4UAvxODHCErjjGHbio74gB4JaRpbeTbF0C6O79Jk56e\n8GUbFN+l7VSgBwYFK4EEACKhZANiAATs4GYyPsYXZcceWAQTwnROHI7as53QVlni\nYVkULrnVXVk1zQgqaRTWgLSM2nyxfMphuOciHsIuNeRMsEQICt5AyLHXIwariR3p\nX1G86ZTuTgfiovZ5w/RVravcNRVKpKQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '92f5430d-88db-4fda-b1f6-af42ea5d6d4e', 'name': 'tempest-securitygroup--1602874124', 'stateful': True, 'tenant_id': 'f800461258fb485ba56ba8e7a837f5bf', 'description': 'tempest-description--561375202', 'shared': False, 'security_group_rules': [{'id': 'a466f3ef-c878-41a0-93ac-1760d0b8047d', 'tenant_id': 'f800461258fb485ba56ba8e7a837f5bf', 'security_group_id': '92f5430d-88db-4fda-b1f6-af42ea5d6d4e', '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': 1666, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:49:52Z', 'updated_at': '2022-08-27T04:49:52Z', 'revision_number': 0, 'project_id': 'f800461258fb485ba56ba8e7a837f5bf'}, {'id': 'c3e576bb-a21a-47f0-806e-e0714e516e88', 'tenant_id': 'f800461258fb485ba56ba8e7a837f5bf', 'security_group_id': '92f5430d-88db-4fda-b1f6-af42ea5d6d4e', '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': 1665, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:49:52Z', 'updated_at': '2022-08-27T04:49:52Z', 'revision_number': 0, 'project_id': 'f800461258fb485ba56ba8e7a837f5bf'}], 'tags': [], 'created_at': '2022-08-27T04:49:52Z', 'updated_at': '2022-08-27T04:49:52Z', 'revision_number': 1, 'project_id': 'f800461258fb485ba56ba8e7a837f5bf'}, 'floating_ip': {'id': 'bdb14e13-542c-41f5-897f-0b159c47781e', 'tenant_id': 'f800461258fb485ba56ba8e7a837f5bf', 'floating_ip_address': '172.25.2.239', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f800461258fb485ba56ba8e7a837f5bf', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:49:55Z', 'updated_at': '2022-08-27T04:49:55Z', 'revision_number': 0, 'ip': '172.25.2.239'}} 2022-08-27 04:49:58,735 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 500 POST http://10.222.0.76/compute/v2.1/servers 1.191s 2022-08-27 04:49:58,735 130319 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-679083257", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "1a4e254e-3fc8-4667-b4f4-1a82460e788a"}], "security_groups": [{"name": "tempest-securitygroup--1602874124"}], "key_name": "tempest-keypair-1698973665", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-24e00a93-8bd2-4833-a09c-a4be9b347e48', 'x-compute-request-id': 'req-24e00a93-8bd2-4833-a09c-a4be9b347e48', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:49:59,295 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.548s 2022-08-27 04:49:59,298 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:49:58 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-c2e76dd1-24b7-47fb-a6e1-e7c5cc758f81', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1599979f94f34b579e3cd4ac963de1d3", "name": "tempest-VolumesAdminNegativeTest-1167137044-project", "password_expires_at": null}, "audit_ids": ["o2bVFLSDSaCQnimAzi1L9Q"], "expires_at": "2022-08-27T05:49:59.000000Z", "issued_at": "2022-08-27T04:49:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f800461258fb485ba56ba8e7a837f5bf", "name": "tempest-VolumesAdminNegativeTest-1167137044"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/f800461258fb485ba56ba8e7a837f5bf", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:49:59,298 130319 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '1a4e254e-3fc8-4667-b4f4-1a82460e788a', 'name': 'tempest-VolumesAdminNegativeTest-1194478072-network', 'tenant_id': 'f800461258fb485ba56ba8e7a837f5bf', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f800461258fb485ba56ba8e7a837f5bf', '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-27T04:49:23Z', 'updated_at': '2022-08-27T04:49:23Z', 'revision_number': 1} available for tenant 2022-08-27 04:50:00,088 130319 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://10.222.0.76/compute/v2.1/servers 0.789s 2022-08-27 04:50:00,089 130319 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-97290478", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "1a4e254e-3fc8-4667-b4f4-1a82460e788a"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:49: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-54c39de4-a7bd-4219-92e4-5580abed202c', 'x-compute-request-id': 'req-54c39de4-a7bd-4219-92e4-5580abed202c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:43:33,502 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.118s 2022-08-27 04:43:33,502 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:33 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-e05e0aaa-6ae8-4a48-af80-2315fa21f2d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6c5f4f0d776f4ad1a11f5408c0652bf9", "name": "tempest-ImagesTestJSON-2117306868-project", "password_expires_at": null}, "audit_ids": ["tydKic6ZQF-9tS4RXYPBKw"], "expires_at": "2022-08-27T05:43:33.000000Z", "issued_at": "2022-08-27T04:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff8743cde75f4f6da3a5742c66742898", "name": "tempest-ImagesTestJSON-2117306868"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:43:33,503 130306 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_paused_server) Found network {'id': '146b1bad-4e03-4b2d-a241-35a8a5f09911', 'name': 'tempest-ImagesTestJSON-437396070-network', 'tenant_id': 'ff8743cde75f4f6da3a5742c66742898', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ff8743cde75f4f6da3a5742c66742898', '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-27T04:43:14Z', 'updated_at': '2022-08-27T04:43:15Z', 'revision_number': 1} available for tenant 2022-08-27 04:43:34,396 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 500 POST http://10.222.0.76/compute/v2.1/servers 0.892s 2022-08-27 04:43:34,396 130306 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-682070681", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "146b1bad-4e03-4b2d-a241-35a8a5f09911"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-ae680030-595c-467b-8ea8-ee16056f0f2e', 'x-compute-request-id': 'req-ae680030-595c-467b-8ea8-ee16056f0f2e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:43:34,709 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.299s 2022-08-27 04:43:34,709 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:34 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-9bd68daa-412f-4a51-9cd0-6212291e076e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6c5f4f0d776f4ad1a11f5408c0652bf9", "name": "tempest-ImagesTestJSON-2117306868-project", "password_expires_at": null}, "audit_ids": ["IiLVkaRvQkKWw0MP2PPg4w"], "expires_at": "2022-08-27T05:43:34.000000Z", "issued_at": "2022-08-27T04:43:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff8743cde75f4f6da3a5742c66742898", "name": "tempest-ImagesTestJSON-2117306868"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:43:34,710 130306 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_stopped_server) Found network {'id': '146b1bad-4e03-4b2d-a241-35a8a5f09911', 'name': 'tempest-ImagesTestJSON-437396070-network', 'tenant_id': 'ff8743cde75f4f6da3a5742c66742898', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ff8743cde75f4f6da3a5742c66742898', '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-27T04:43:14Z', 'updated_at': '2022-08-27T04:43:15Z', 'revision_number': 1} available for tenant 2022-08-27 04:43:37,040 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 500 POST http://10.222.0.76/compute/v2.1/servers 2.329s 2022-08-27 04:43:37,040 130306 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-1912098343", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "146b1bad-4e03-4b2d-a241-35a8a5f09911"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-0a9fc09d-32a6-4202-9296-884dd65dd939', 'x-compute-request-id': 'req-0a9fc09d-32a6-4202-9296-884dd65dd939', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:43:37,238 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.187s 2022-08-27 04:43:37,239 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:37 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-8932f32b-3c3d-44ef-ad92-fe952849766f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6c5f4f0d776f4ad1a11f5408c0652bf9", "name": "tempest-ImagesTestJSON-2117306868-project", "password_expires_at": null}, "audit_ids": ["9axRA2QvSASEu2Ub-Z0F5w"], "expires_at": "2022-08-27T05:43:37.000000Z", "issued_at": "2022-08-27T04:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff8743cde75f4f6da3a5742c66742898", "name": "tempest-ImagesTestJSON-2117306868"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:43:37,239 130306 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_suspended_server) Found network {'id': '146b1bad-4e03-4b2d-a241-35a8a5f09911', 'name': 'tempest-ImagesTestJSON-437396070-network', 'tenant_id': 'ff8743cde75f4f6da3a5742c66742898', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ff8743cde75f4f6da3a5742c66742898', '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-27T04:43:14Z', 'updated_at': '2022-08-27T04:43:15Z', 'revision_number': 1} available for tenant 2022-08-27 04:43:38,389 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 500 POST http://10.222.0.76/compute/v2.1/servers 1.148s 2022-08-27 04:43:38,389 130306 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-1431986650", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "146b1bad-4e03-4b2d-a241-35a8a5f09911"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-bac23b91-3b2c-4e98-85be-aaf154310ce6', 'x-compute-request-id': 'req-bac23b91-3b2c-4e98-85be-aaf154310ce6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:43:38,640 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.240s 2022-08-27 04:43:38,641 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:38 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-11af14ff-ff31-4dca-b82e-9255c73792a7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6c5f4f0d776f4ad1a11f5408c0652bf9", "name": "tempest-ImagesTestJSON-2117306868-project", "password_expires_at": null}, "audit_ids": ["dFEMCkBVTgG4WXXMwEHusQ"], "expires_at": "2022-08-27T05:43:38.000000Z", "issued_at": "2022-08-27T04:43:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff8743cde75f4f6da3a5742c66742898", "name": "tempest-ImagesTestJSON-2117306868"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/ff8743cde75f4f6da3a5742c66742898", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:43:38,641 130306 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '146b1bad-4e03-4b2d-a241-35a8a5f09911', 'name': 'tempest-ImagesTestJSON-437396070-network', 'tenant_id': 'ff8743cde75f4f6da3a5742c66742898', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ff8743cde75f4f6da3a5742c66742898', '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-27T04:43:14Z', 'updated_at': '2022-08-27T04:43:15Z', 'revision_number': 1} available for tenant 2022-08-27 04:43:40,192 130306 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 500 POST http://10.222.0.76/compute/v2.1/servers 1.550s 2022-08-27 04:43:40,193 130306 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-655190948", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "146b1bad-4e03-4b2d-a241-35a8a5f09911"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-67e0e087-f941-4984-ba52-ae7240101c7b', 'x-compute-request-id': 'req-67e0e087-f941-4984-ba52-ae7240101c7b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:39:40,033 130304 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.050s 2022-08-27 04:39:40,034 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39:39 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-cfd36017-0108-4a9c-af49-104a494cb0a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a8e0435efb844bc59166293ec9ee40d0", "name": "tempest-ImagesNegativeTestJSON-1528886235-project", "password_expires_at": null}, "audit_ids": ["LIXIh2suTn6t10q8CPrlxw"], "expires_at": "2022-08-27T05:39:40.000000Z", "issued_at": "2022-08-27T04:39:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "102c34e4c00d4db4bcdfdfbbffd8992c", "name": "tempest-ImagesNegativeTestJSON-1528886235"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/102c34e4c00d4db4bcdfdfbbffd8992c", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_102c34e4c00d4db4bcdfdfbbffd8992c", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/102c34e4c00d4db4bcdfdfbbffd8992c", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/102c34e4c00d4db4bcdfdfbbffd8992c", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:39:40,034 130304 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network {'id': '1776fee4-8798-41a4-bbd7-5e7d8c1a6a96', 'name': 'tempest-ImagesNegativeTestJSON-1108588799-network', 'tenant_id': '102c34e4c00d4db4bcdfdfbbffd8992c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '102c34e4c00d4db4bcdfdfbbffd8992c', '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-27T04:39:21Z', 'updated_at': '2022-08-27T04:39:21Z', 'revision_number': 1} available for tenant 2022-08-27 04:39:41,918 130304 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 500 POST http://10.222.0.76/compute/v2.1/servers 1.882s 2022-08-27 04:39:41,918 130304 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-1081806508", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "1776fee4-8798-41a4-bbd7-5e7d8c1a6a96"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:39: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-32fe8b5d-aac5-496c-99e9-028c3e251e08', 'x-compute-request-id': 'req-32fe8b5d-aac5-496c-99e9-028c3e251e08', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:51:16,409 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.76/compute/v2.1/os-security-groups 2.368s 2022-08-27 04:51:16,410 130319 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-261710844", "description": "tempest-description-1705364046"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:14 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-305bddf0-c702-4306-9a88-7388dd481056', 'x-compute-request-id': 'req-305bddf0-c702-4306-9a88-7388dd481056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "50340f5f-e5f9-44fb-8592-f86b4113fb7c", "description": "tempest-description-1705364046", "name": "tempest-SecurityGroupsTestJSON-securitygroup-261710844", "tenant_id": "7b3645ed00d94f47b69ffbab3ee73850", "rules": []}}' 2022-08-27 04:51:16,958 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.76/compute/v2.1/os-security-groups 0.543s 2022-08-27 04:51:16,959 130319 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-1273004074", "description": "tempest-description-71872539"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d7a11c0-0f6c-4664-bb1d-a28922de2322', 'x-compute-request-id': 'req-1d7a11c0-0f6c-4664-bb1d-a28922de2322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "06d46bb1-2c45-43a0-94eb-7e2fcab3d03e", "description": "tempest-description-71872539", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1273004074", "tenant_id": "7b3645ed00d94f47b69ffbab3ee73850", "rules": []}}' 2022-08-27 04:51:17,678 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.708s 2022-08-27 04:51:17,679 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51: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-c6c2a197-53ec-4467-a649-794a7665da77', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a05d8e7d917402fae37644094dd2aef", "name": "tempest-SecurityGroupsTestJSON-301456991-project", "password_expires_at": null}, "audit_ids": ["lO_LklGCT1es5VCDvV-_VA"], "expires_at": "2022-08-27T05:51:17.000000Z", "issued_at": "2022-08-27T04:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b3645ed00d94f47b69ffbab3ee73850", "name": "tempest-SecurityGroupsTestJSON-301456991"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:51:17,680 130319 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': 'e221e316-e76d-4cde-b0ad-94b4bcf89294', 'name': 'tempest-SecurityGroupsTestJSON-2068683273-network', 'tenant_id': '7b3645ed00d94f47b69ffbab3ee73850', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7b3645ed00d94f47b69ffbab3ee73850', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 203, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:51:05Z', 'updated_at': '2022-08-27T04:51:05Z', 'revision_number': 1} available for tenant 2022-08-27 04:51:18,483 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 500 POST http://10.222.0.76/compute/v2.1/servers 0.802s 2022-08-27 04:51:18,490 130319 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-2034501462", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "e221e316-e76d-4cde-b0ad-94b4bcf89294"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51: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-8e0d10c3-54c5-4217-af68-e2db1dd7eb0a', 'x-compute-request-id': 'req-8e0d10c3-54c5-4217-af68-e2db1dd7eb0a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:51:23,837 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.76/compute/v2.1/os-security-groups 0.527s 2022-08-27 04:51:23,850 130319 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-371945379", "description": "tempest-description-817725173"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2eda4797-0b46-4ca7-a36d-87a60e0d9c3f', 'x-compute-request-id': 'req-2eda4797-0b46-4ca7-a36d-87a60e0d9c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "fe550962-8f01-4c5e-95ad-094ad96867e4", "description": "tempest-description-817725173", "name": "tempest-SecurityGroupsTestJSON-securitygroup-371945379", "tenant_id": "7b3645ed00d94f47b69ffbab3ee73850", "rules": []}}' 2022-08-27 04:51:24,426 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.76/compute/v2.1/os-security-groups 0.570s 2022-08-27 04:51:24,428 130319 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-2105680478", "description": "tempest-description-94893870"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd67dfd-1a53-4c03-8117-c521365b5fa0', 'x-compute-request-id': 'req-3dd67dfd-1a53-4c03-8117-c521365b5fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "2b02782b-4a98-4103-b59a-d500891cf779", "description": "tempest-description-94893870", "name": "tempest-SecurityGroupsTestJSON-securitygroup-2105680478", "tenant_id": "7b3645ed00d94f47b69ffbab3ee73850", "rules": []}}' 2022-08-27 04:51:24,945 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.507s 2022-08-27 04:51:24,946 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:24 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-ad01e2c1-a5a4-436b-9d58-c35639283c36', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a05d8e7d917402fae37644094dd2aef", "name": "tempest-SecurityGroupsTestJSON-301456991-project", "password_expires_at": null}, "audit_ids": ["yTlXXcgORW6vmKZOGO5IHA"], "expires_at": "2022-08-27T05:51:24.000000Z", "issued_at": "2022-08-27T04:51:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b3645ed00d94f47b69ffbab3ee73850", "name": "tempest-SecurityGroupsTestJSON-301456991"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/7b3645ed00d94f47b69ffbab3ee73850", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:51:24,946 130319 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': 'e221e316-e76d-4cde-b0ad-94b4bcf89294', 'name': 'tempest-SecurityGroupsTestJSON-2068683273-network', 'tenant_id': '7b3645ed00d94f47b69ffbab3ee73850', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7b3645ed00d94f47b69ffbab3ee73850', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 203, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:51:05Z', 'updated_at': '2022-08-27T04:51:05Z', 'revision_number': 1} available for tenant 2022-08-27 04:51:25,770 130319 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 500 POST http://10.222.0.76/compute/v2.1/servers 0.823s 2022-08-27 04:51:25,771 130319 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-1726363031", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "e221e316-e76d-4cde-b0ad-94b4bcf89294"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-89d68c19-2990-46fb-8cbc-7b5b11ced55f', 'x-compute-request-id': 'req-89d68c19-2990-46fb-8cbc-7b5b11ced55f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:44:14,078 130314 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:44:14,611 130314 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.530s 2022-08-27 04:44:14,611 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-861472544", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ2AmBDWmmrgHrUkUlkvbeJva3thQ0tFEosPP720kMVusMy3mnu7XVuDpNr7VrnHcXzMuJBXEyrDcJyY0qo2EE82PlPLbaCEAjl9O5fQRGaQpr4OO0ALpmU5H7hcw43NFA=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44: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-f0812fb8-0a08-4959-8629-2a324e88aec6', 'x-compute-request-id': 'req-f0812fb8-0a08-4959-8629-2a324e88aec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-861472544", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ2AmBDWmmrgHrUkUlkvbeJva3thQ0tFEosPP720kMVusMy3mnu7XVuDpNr7VrnHcXzMuJBXEyrDcJyY0qo2EE82PlPLbaCEAjl9O5fQRGaQpr4OO0ALpmU5H7hcw43NFA==", "fingerprint": "cb:ef:46:a3:68:07:03:07:fe:fc:f9:4d:b2:c6:4e:bc", "user_id": "180b1bccee82402bb715656b26072471"}}' 2022-08-27 04:44:14,626 130314 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-861472544 created 2022-08-27 04:44:16,645 130314 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 2.018s 2022-08-27 04:44:16,646 130314 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--756698776", "description": "tempest-description--89653140"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-63c40a00-f48a-468d-afd5-a98406facb8a', 'date': 'Sat, 27 Aug 2022 04:44:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e7aa2ad9-7607-4b7f-81f0-e373475510f6", "name": "tempest-securitygroup--756698776", "stateful": true, "tenant_id": "0b2ef28fea57405191162c673ef041ab", "description": "tempest-description--89653140", "shared": false, "security_group_rules": [{"id": "a3286ed6-837d-465f-9bae-4b4cc2028aff", "tenant_id": "0b2ef28fea57405191162c673ef041ab", "security_group_id": "e7aa2ad9-7607-4b7f-81f0-e373475510f6", "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": 913, "description": null, "tags": [], "created_at": "2022-08-27T04:44:15Z", "updated_at": "2022-08-27T04:44:15Z", "revision_number": 0, "project_id": "0b2ef28fea57405191162c673ef041ab"}, {"id": "e2081767-5b63-42ef-9a09-a5519cf2da8c", "tenant_id": "0b2ef28fea57405191162c673ef041ab", "security_group_id": "e7aa2ad9-7607-4b7f-81f0-e373475510f6", "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": 914, "description": null, "tags": [], "created_at": "2022-08-27T04:44:15Z", "updated_at": "2022-08-27T04:44:15Z", "revision_number": 0, "project_id": "0b2ef28fea57405191162c673ef041ab"}], "tags": [], "created_at": "2022-08-27T04:44:15Z", "updated_at": "2022-08-27T04:44:15Z", "revision_number": 1, "project_id": "0b2ef28fea57405191162c673ef041ab"}}' 2022-08-27 04:44:17,757 130314 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.110s 2022-08-27 04:44:17,757 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e7aa2ad9-7607-4b7f-81f0-e373475510f6", "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-b8f071bc-713b-44ff-a4a7-ce09216b552b', 'date': 'Sat, 27 Aug 2022 04:44:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "95bdbd51-9114-4eb6-8580-0946612db676", "tenant_id": "0b2ef28fea57405191162c673ef041ab", "security_group_id": "e7aa2ad9-7607-4b7f-81f0-e373475510f6", "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-27T04:44:17Z", "updated_at": "2022-08-27T04:44:17Z", "revision_number": 0, "project_id": "0b2ef28fea57405191162c673ef041ab"}}' 2022-08-27 04:44:19,121 130314 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.363s 2022-08-27 04:44:19,122 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e7aa2ad9-7607-4b7f-81f0-e373475510f6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b0d43d84-4a01-4cb3-9308-064a63d747ea', 'date': 'Sat, 27 Aug 2022 04:44:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49d93a7c-23ab-4924-97e8-016886b100f3", "tenant_id": "0b2ef28fea57405191162c673ef041ab", "security_group_id": "e7aa2ad9-7607-4b7f-81f0-e373475510f6", "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-27T04:44:18Z", "updated_at": "2022-08-27T04:44:18Z", "revision_number": 0, "project_id": "0b2ef28fea57405191162c673ef041ab"}}' 2022-08-27 04:44:19,122 130314 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--756698776 created 2022-08-27 04:44:21,900 130314 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 2.777s 2022-08-27 04:44:21,900 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-3e6db696-a503-4d12-a18b-ed3389767d0a', 'date': 'Sat, 27 Aug 2022 04:44:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d6a5bbab-5271-4883-b8f0-fb99ceff8c89", "tenant_id": "0b2ef28fea57405191162c673ef041ab", "floating_ip_address": "172.25.2.79", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0b2ef28fea57405191162c673ef041ab", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:44:20Z", "updated_at": "2022-08-27T04:44:20Z", "revision_number": 0}}' 2022-08-27 04:44:21,901 130314 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd6a5bbab-5271-4883-b8f0-fb99ceff8c89', 'tenant_id': '0b2ef28fea57405191162c673ef041ab', 'floating_ip_address': '172.25.2.79', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0b2ef28fea57405191162c673ef041ab', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:44:20Z', 'updated_at': '2022-08-27T04:44:20Z', 'revision_number': 0, 'ip': '172.25.2.79'} created 2022-08-27 04:44:21,966 130314 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.059s 2022-08-27 04:44:21,966 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f2bed4da-b493-4360-9636-8251bc89bd0f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "180b1bccee82402bb715656b26072471", "name": "tempest-ServersTestFqdnHostnames-1477128095-project", "password_expires_at": null}, "audit_ids": ["PqA1BquBSi-388eLHwdiAg"], "expires_at": "2022-08-27T05:44:21.000000Z", "issued_at": "2022-08-27T04:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2ef28fea57405191162c673ef041ab", "name": "tempest-ServersTestFqdnHostnames-1477128095"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0b2ef28fea57405191162c673ef041ab", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_0b2ef28fea57405191162c673ef041ab", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0b2ef28fea57405191162c673ef041ab", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/0b2ef28fea57405191162c673ef041ab", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:44:21,967 130314 INFO [tempest.lib.common.fixed_network] (ServersTestFqdnHostnames:test_create_server_with_fqdn_name) Found network {'id': '1d4942d4-af6f-42fd-8c68-0fde6320a371', 'name': 'tempest-ServersTestFqdnHostnames-917147289-network', 'tenant_id': '0b2ef28fea57405191162c673ef041ab', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0b2ef28fea57405191162c673ef041ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 233, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:43:55Z', 'updated_at': '2022-08-27T04:43:55Z', 'revision_number': 1} available for tenant 2022-08-27 04:44:21,967 130314 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-861472544', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ2AmBDWmmrgHrUkUlkvbeJva3thQ0tFEosPP720kMVusMy3mnu7XVuDpNr7VrnHcXzMuJBXEyrDcJyY0qo2EE82PlPLbaCEAjl9O5fQRGaQpr4OO0ALpmU5H7hcw43NFA==', 'fingerprint': 'cb:ef:46:a3:68:07:03:07:fe:fc:f9:4d:b2:c6:4e:bc', 'user_id': '180b1bccee82402bb715656b26072471', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCMlHrZ3S8U7xpdA76qGI3ZEiWRtLI8soFE2yeLJfrTNjrLLf34ElJg\nKKSB7ldYDxSgBwYFK4EEACKhZANiAASdgJgQ1ppq4B61JFJZL23ib2t7YUNLRRKL\nDz+9tJDFbrDMt5p7u11bg6Ta+1a5x3F8zLiQVxMqw3CcmNKqNhBPNj5Ty22ghAI5\nfTuX0ERmkKa+DjtAC6ZlOR+4XMONzRQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e7aa2ad9-7607-4b7f-81f0-e373475510f6', 'name': 'tempest-securitygroup--756698776', 'stateful': True, 'tenant_id': '0b2ef28fea57405191162c673ef041ab', 'description': 'tempest-description--89653140', 'shared': False, 'security_group_rules': [{'id': 'a3286ed6-837d-465f-9bae-4b4cc2028aff', 'tenant_id': '0b2ef28fea57405191162c673ef041ab', 'security_group_id': 'e7aa2ad9-7607-4b7f-81f0-e373475510f6', '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': 913, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:44:15Z', 'updated_at': '2022-08-27T04:44:15Z', 'revision_number': 0, 'project_id': '0b2ef28fea57405191162c673ef041ab'}, {'id': 'e2081767-5b63-42ef-9a09-a5519cf2da8c', 'tenant_id': '0b2ef28fea57405191162c673ef041ab', 'security_group_id': 'e7aa2ad9-7607-4b7f-81f0-e373475510f6', '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': 914, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:44:15Z', 'updated_at': '2022-08-27T04:44:15Z', 'revision_number': 0, 'project_id': '0b2ef28fea57405191162c673ef041ab'}], 'tags': [], 'created_at': '2022-08-27T04:44:15Z', 'updated_at': '2022-08-27T04:44:15Z', 'revision_number': 1, 'project_id': '0b2ef28fea57405191162c673ef041ab'}, 'floating_ip': {'id': 'd6a5bbab-5271-4883-b8f0-fb99ceff8c89', 'tenant_id': '0b2ef28fea57405191162c673ef041ab', 'floating_ip_address': '172.25.2.79', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0b2ef28fea57405191162c673ef041ab', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:44:20Z', 'updated_at': '2022-08-27T04:44:20Z', 'revision_number': 0, 'ip': '172.25.2.79'}} 2022-08-27 04:44:23,033 130314 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 500 POST http://10.222.0.76/compute/v2.1/servers 1.065s 2022-08-27 04:44:23,034 130314 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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "M5+~U*GW_2UKb1L", "accessIPv4": "2.2.2.2", "networks": [{"uuid": "1d4942d4-af6f-42fd-8c68-0fde6320a371"}], "security_groups": [{"name": "tempest-securitygroup--756698776"}], "key_name": "tempest-keypair-861472544", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-a02baae4-c647-4330-9027-5ee21a718b3a', 'x-compute-request-id': 'req-a02baae4-c647-4330-9027-5ee21a718b3a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:42:59,385 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 1.052s 2022-08-27 04:42:59,385 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1200772320"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e59f29a8-a508-49fe-82b2-39479fb1ab1f', 'date': 'Sat, 27 Aug 2022 04:42:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"db43b112-7e62-4bc0-b12d-9dbf1379b7de","name":"tempest-ServersTestMultiNic-1200772320","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78","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-27T04:42:58Z","updated_at":"2022-08-27T04:42:58Z","revision_number":1}}' 2022-08-27 04:43:01,345 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 1.959s 2022-08-27 04:43:01,346 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "db43b112-7e62-4bc0-b12d-9dbf1379b7de", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-2a88ff88-6fbe-4182-ad60-d6f1a7b5e78d', 'date': 'Sat, 27 Aug 2022 04:43:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6d39ea14-9d1f-4bc8-9ccd-9ad663628af9","name":"","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","network_id":"db43b112-7e62-4bc0-b12d-9dbf1379b7de","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-27T04:42:59Z","updated_at":"2022-08-27T04:42:59Z","revision_number":0,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78"}}' 2022-08-27 04:43:03,523 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 2.177s 2022-08-27 04:43:03,524 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-269725698"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1096ca63-f6ae-4619-82bf-1bd4a06d68ec', 'date': 'Sat, 27 Aug 2022 04:43:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c2b0590f-c32b-4d63-a664-76afe72364da","name":"tempest-ServersTestMultiNic-269725698","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78","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-27T04:43:02Z","updated_at":"2022-08-27T04:43:02Z","revision_number":1}}' 2022-08-27 04:43:04,995 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 1.470s 2022-08-27 04:43:04,998 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c2b0590f-c32b-4d63-a664-76afe72364da", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-9e929fe8-119f-41aa-aa78-ea070fa16b10', 'date': 'Sat, 27 Aug 2022 04:43:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"d0e6159f-613f-4fc8-8a8d-5cc9b83901eb","name":"","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","network_id":"c2b0590f-c32b-4d63-a664-76afe72364da","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-27T04:43:04Z","updated_at":"2022-08-27T04:43:04Z","revision_number":0,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78"}}' 2022-08-27 04:43:05,527 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.522s 2022-08-27 04:43:05,528 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:05 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-9b8370a9-d746-4613-9140-c104a28aa01b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bb90f64664c74949ad58644bcbdafdfc", "name": "tempest-ServersTestMultiNic-210073330-project", "password_expires_at": null}, "audit_ids": ["wjEAypYUTF-T6h54KTIdog"], "expires_at": "2022-08-27T05:43:05.000000Z", "issued_at": "2022-08-27T04:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5ccff4ddab04a47b292ccc5f5387e78", "name": "tempest-ServersTestMultiNic-210073330"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:43:05,528 130317 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '8fa3cc9b-61f9-4b93-864c-b9b10d5f2b4b', 'name': 'tempest-ServersTestMultiNic-359713482-network', 'tenant_id': 'a5ccff4ddab04a47b292ccc5f5387e78', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a5ccff4ddab04a47b292ccc5f5387e78', '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-27T04:42:45Z', 'updated_at': '2022-08-27T04:42:45Z', 'revision_number': 1} available for tenant 2022-08-27 04:43:06,467 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 500 POST http://10.222.0.76/compute/v2.1/servers 0.938s 2022-08-27 04:43:06,476 130317 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-148196252", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "db43b112-7e62-4bc0-b12d-9dbf1379b7de"}, {"uuid": "c2b0590f-c32b-4d63-a664-76afe72364da"}, {"uuid": "db43b112-7e62-4bc0-b12d-9dbf1379b7de"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-504bcce6-8039-4091-a747-7e4b04ba67c7', 'x-compute-request-id': 'req-504bcce6-8039-4091-a747-7e4b04ba67c7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:43:07,559 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/d0e6159f-613f-4fc8-8a8d-5cc9b83901eb 1.071s 2022-08-27 04:43:07,559 130317 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-38cc0a6a-4589-4c14-aab0-52f172b60bbd', 'date': 'Sat, 27 Aug 2022 04:43:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/d0e6159f-613f-4fc8-8a8d-5cc9b83901eb'} Body: b'' 2022-08-27 04:43:08,836 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/c2b0590f-c32b-4d63-a664-76afe72364da 1.276s 2022-08-27 04:43:08,836 130317 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-cacddf5f-a3b5-43bd-b88c-92db64e7eade', 'date': 'Sat, 27 Aug 2022 04:43:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/c2b0590f-c32b-4d63-a664-76afe72364da'} Body: b'' 2022-08-27 04:43:09,464 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/6d39ea14-9d1f-4bc8-9ccd-9ad663628af9 0.627s 2022-08-27 04:43:09,464 130317 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-76e6dec6-916e-4412-9cdb-3c75ca7f4934', 'date': 'Sat, 27 Aug 2022 04:43:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/6d39ea14-9d1f-4bc8-9ccd-9ad663628af9'} Body: b'' 2022-08-27 04:43:10,585 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/db43b112-7e62-4bc0-b12d-9dbf1379b7de 1.120s 2022-08-27 04:43:10,585 130317 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-71a8a802-765b-425c-9e8f-5e526a8f8388', 'date': 'Sat, 27 Aug 2022 04:43:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/db43b112-7e62-4bc0-b12d-9dbf1379b7de'} 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-27 04:43:11,886 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 1.298s 2022-08-27 04:43:11,886 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1390082526"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2c7bbde1-d2a7-4e6d-a4f4-0ceabbfc48b9', 'date': 'Sat, 27 Aug 2022 04:43:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"d6e32c45-2335-4775-9eb5-177f28c104be","name":"tempest-ServersTestMultiNic-1390082526","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78","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-27T04:43:11Z","updated_at":"2022-08-27T04:43:11Z","revision_number":1}}' 2022-08-27 04:43:13,925 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 2.037s 2022-08-27 04:43:13,925 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "d6e32c45-2335-4775-9eb5-177f28c104be", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-9668b10b-0b19-42f5-a086-a23f431e88f6', 'date': 'Sat, 27 Aug 2022 04:43:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"eda4ac57-1447-4f64-ae75-4f0f1af9191f","name":"","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","network_id":"d6e32c45-2335-4775-9eb5-177f28c104be","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-27T04:43:12Z","updated_at":"2022-08-27T04:43:12Z","revision_number":0,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78"}}' 2022-08-27 04:43:16,037 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 2.111s 2022-08-27 04:43:16,037 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1268179606"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0e4d1c55-7708-4835-b934-642b8d7df406', 'date': 'Sat, 27 Aug 2022 04:43:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e02679dd-13d8-4e94-924d-06ffdacc8642","name":"tempest-ServersTestMultiNic-1268179606","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78","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-27T04:43:14Z","updated_at":"2022-08-27T04:43:14Z","revision_number":1}}' 2022-08-27 04:43:17,592 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 1.554s 2022-08-27 04:43:17,592 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "e02679dd-13d8-4e94-924d-06ffdacc8642", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-fd008fea-dd36-47aa-942e-a95694a4c63d', 'date': 'Sat, 27 Aug 2022 04:43:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"866bb46f-7c47-422e-a884-2f39e4a64587","name":"","tenant_id":"a5ccff4ddab04a47b292ccc5f5387e78","network_id":"e02679dd-13d8-4e94-924d-06ffdacc8642","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-27T04:43:16Z","updated_at":"2022-08-27T04:43:16Z","revision_number":0,"project_id":"a5ccff4ddab04a47b292ccc5f5387e78"}}' 2022-08-27 04:43:17,785 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.188s 2022-08-27 04:43:17,785 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43:17 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-c138c505-82e7-4f34-a767-ab6f001d5c00', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bb90f64664c74949ad58644bcbdafdfc", "name": "tempest-ServersTestMultiNic-210073330-project", "password_expires_at": null}, "audit_ids": ["CTKeuchhSu2i72eupFDDvg"], "expires_at": "2022-08-27T05:43:17.000000Z", "issued_at": "2022-08-27T04:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5ccff4ddab04a47b292ccc5f5387e78", "name": "tempest-ServersTestMultiNic-210073330"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/a5ccff4ddab04a47b292ccc5f5387e78", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:43:17,786 130317 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '8fa3cc9b-61f9-4b93-864c-b9b10d5f2b4b', 'name': 'tempest-ServersTestMultiNic-359713482-network', 'tenant_id': 'a5ccff4ddab04a47b292ccc5f5387e78', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a5ccff4ddab04a47b292ccc5f5387e78', '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-27T04:42:45Z', 'updated_at': '2022-08-27T04:42:45Z', 'revision_number': 1} available for tenant 2022-08-27 04:43:18,627 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 500 POST http://10.222.0.76/compute/v2.1/servers 0.840s 2022-08-27 04:43:18,628 130317 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-1179446783", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "d6e32c45-2335-4775-9eb5-177f28c104be"}, {"uuid": "e02679dd-13d8-4e94-924d-06ffdacc8642"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:43: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-4ac196fb-bb67-470f-96c1-a7f6dfc78a3e', 'x-compute-request-id': 'req-4ac196fb-bb67-470f-96c1-a7f6dfc78a3e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:43:21,075 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/866bb46f-7c47-422e-a884-2f39e4a64587 2.447s 2022-08-27 04:43:21,076 130317 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-eca94cc7-2a08-496b-8524-c0e768670976', 'date': 'Sat, 27 Aug 2022 04:43:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/866bb46f-7c47-422e-a884-2f39e4a64587'} Body: b'' 2022-08-27 04:43:23,424 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/e02679dd-13d8-4e94-924d-06ffdacc8642 2.348s 2022-08-27 04:43:23,425 130317 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-e7b6d7d0-d905-4b65-a2e9-77dbff9667da', 'date': 'Sat, 27 Aug 2022 04:43:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/e02679dd-13d8-4e94-924d-06ffdacc8642'} Body: b'' 2022-08-27 04:43:24,492 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/eda4ac57-1447-4f64-ae75-4f0f1af9191f 1.066s 2022-08-27 04:43:24,492 130317 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-535fe0d7-b40d-4fad-b06c-09477ba472c9', 'date': 'Sat, 27 Aug 2022 04:43:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/eda4ac57-1447-4f64-ae75-4f0f1af9191f'} Body: b'' 2022-08-27 04:43:26,791 130317 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/d6e32c45-2335-4775-9eb5-177f28c104be 2.298s 2022-08-27 04:43:26,793 130317 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-dd1cff43-9515-427f-972d-6a5797db2e36', 'date': 'Sat, 27 Aug 2022 04:43:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/d6e32c45-2335-4775-9eb5-177f28c104be'} 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-27 04:45:17,209 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.668s 2022-08-27 04:45:17,210 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:16 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-cb3ce00c-cc74-41df-b2fb-9246668a7bd5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "918c83baf9594597b600109d02d30e87", "name": "tempest-DeleteServersTestJSON-429206629-project", "password_expires_at": null}, "audit_ids": ["UJSR_JLlTByDQOGAmfzSkw"], "expires_at": "2022-08-27T05:45:17.000000Z", "issued_at": "2022-08-27T04:45:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69cabedeede3400e97dc66f4cd3e1e26", "name": "tempest-DeleteServersTestJSON-429206629"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:17,211 130306 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': '79a37c57-2e02-4a7f-9fc0-33f44527ecf4', 'name': 'tempest-DeleteServersTestJSON-66581141-network', 'tenant_id': '69cabedeede3400e97dc66f4cd3e1e26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69cabedeede3400e97dc66f4cd3e1e26', '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-27T04:45:00Z', 'updated_at': '2022-08-27T04:45:00Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:18,005 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 500 POST http://10.222.0.76/compute/v2.1/servers 0.793s 2022-08-27 04:45:18,006 130306 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-1505493797", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "79a37c57-2e02-4a7f-9fc0-33f44527ecf4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45: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-b481c01a-21c1-4403-9a86-f1349c2e6c0c', 'x-compute-request-id': 'req-b481c01a-21c1-4403-9a86-f1349c2e6c0c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:45:18,135 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.110s 2022-08-27 04:45:18,135 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e1bf061e-4115-45cd-a404-373c9558a398', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "918c83baf9594597b600109d02d30e87", "name": "tempest-DeleteServersTestJSON-429206629-project", "password_expires_at": null}, "audit_ids": ["oD-hiG4eTn6diEA7-PUy_A"], "expires_at": "2022-08-27T05:45:18.000000Z", "issued_at": "2022-08-27T04:45:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69cabedeede3400e97dc66f4cd3e1e26", "name": "tempest-DeleteServersTestJSON-429206629"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:18,136 130306 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '79a37c57-2e02-4a7f-9fc0-33f44527ecf4', 'name': 'tempest-DeleteServersTestJSON-66581141-network', 'tenant_id': '69cabedeede3400e97dc66f4cd3e1e26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69cabedeede3400e97dc66f4cd3e1e26', '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-27T04:45:00Z', 'updated_at': '2022-08-27T04:45:00Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:18,798 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://10.222.0.76/compute/v2.1/servers 0.661s 2022-08-27 04:45:18,801 130306 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-2072327504", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "79a37c57-2e02-4a7f-9fc0-33f44527ecf4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45: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-708465b0-0477-461b-bc07-acbe2b77cbe5', 'x-compute-request-id': 'req-708465b0-0477-461b-bc07-acbe2b77cbe5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:45:19,010 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.200s 2022-08-27 04:45:19,011 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0ca03951-5e11-4795-b272-a5f0d3c4c8e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "918c83baf9594597b600109d02d30e87", "name": "tempest-DeleteServersTestJSON-429206629-project", "password_expires_at": null}, "audit_ids": ["cgVPuh3qS460eRWq1dJ84g"], "expires_at": "2022-08-27T05:45:18.000000Z", "issued_at": "2022-08-27T04:45:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69cabedeede3400e97dc66f4cd3e1e26", "name": "tempest-DeleteServersTestJSON-429206629"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:19,011 130306 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_building_state) Found network {'id': '79a37c57-2e02-4a7f-9fc0-33f44527ecf4', 'name': 'tempest-DeleteServersTestJSON-66581141-network', 'tenant_id': '69cabedeede3400e97dc66f4cd3e1e26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69cabedeede3400e97dc66f4cd3e1e26', '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-27T04:45:00Z', 'updated_at': '2022-08-27T04:45:00Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:19,658 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 500 POST http://10.222.0.76/compute/v2.1/servers 0.645s 2022-08-27 04:45:19,658 130306 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-1576606522", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "79a37c57-2e02-4a7f-9fc0-33f44527ecf4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cc83492f-72f5-4e1e-a205-cfe512e29ccc', 'x-compute-request-id': 'req-cc83492f-72f5-4e1e-a205-cfe512e29ccc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:45:20,135 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.468s 2022-08-27 04:45:20,135 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:19 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-c6e61885-6350-499c-ae51-e83948444aab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "918c83baf9594597b600109d02d30e87", "name": "tempest-DeleteServersTestJSON-429206629-project", "password_expires_at": null}, "audit_ids": ["xvur2oiAQ_yOJeLa5bq2Wg"], "expires_at": "2022-08-27T05:45:20.000000Z", "issued_at": "2022-08-27T04:45:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69cabedeede3400e97dc66f4cd3e1e26", "name": "tempest-DeleteServersTestJSON-429206629"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:20,136 130306 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_pause_state) Found network {'id': '79a37c57-2e02-4a7f-9fc0-33f44527ecf4', 'name': 'tempest-DeleteServersTestJSON-66581141-network', 'tenant_id': '69cabedeede3400e97dc66f4cd3e1e26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69cabedeede3400e97dc66f4cd3e1e26', '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-27T04:45:00Z', 'updated_at': '2022-08-27T04:45:00Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:20,852 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 500 POST http://10.222.0.76/compute/v2.1/servers 0.716s 2022-08-27 04:45:20,855 130306 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-1513666214", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "79a37c57-2e02-4a7f-9fc0-33f44527ecf4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45: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-eeb1f74b-f219-422e-a5d3-6e2bb7e64290', 'x-compute-request-id': 'req-eeb1f74b-f219-422e-a5d3-6e2bb7e64290', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:45:21,111 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.248s 2022-08-27 04:45:21,112 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3c60fc5d-22d4-402a-a8f8-5c15d7403487', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "918c83baf9594597b600109d02d30e87", "name": "tempest-DeleteServersTestJSON-429206629-project", "password_expires_at": null}, "audit_ids": ["YB8fN_MiTeantILsUqz4vw"], "expires_at": "2022-08-27T05:45:21.000000Z", "issued_at": "2022-08-27T04:45:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69cabedeede3400e97dc66f4cd3e1e26", "name": "tempest-DeleteServersTestJSON-429206629"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:21,112 130306 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '79a37c57-2e02-4a7f-9fc0-33f44527ecf4', 'name': 'tempest-DeleteServersTestJSON-66581141-network', 'tenant_id': '69cabedeede3400e97dc66f4cd3e1e26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69cabedeede3400e97dc66f4cd3e1e26', '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-27T04:45:00Z', 'updated_at': '2022-08-27T04:45:00Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:21,527 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 500 POST http://10.222.0.76/compute/v2.1/servers 0.414s 2022-08-27 04:45:21,528 130306 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-89902129", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "79a37c57-2e02-4a7f-9fc0-33f44527ecf4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45: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-006f6aaf-53bf-4fb2-81f9-8ee551b9044b', 'x-compute-request-id': 'req-006f6aaf-53bf-4fb2-81f9-8ee551b9044b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:45:21,706 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.170s 2022-08-27 04:45:21,706 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:21 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-748b0781-62e0-4154-9cf9-8db0a0f166f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "918c83baf9594597b600109d02d30e87", "name": "tempest-DeleteServersTestJSON-429206629-project", "password_expires_at": null}, "audit_ids": ["qBiq8RW_Q_CUXVVMCB1O4Q"], "expires_at": "2022-08-27T05:45:21.000000Z", "issued_at": "2022-08-27T04:45:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69cabedeede3400e97dc66f4cd3e1e26", "name": "tempest-DeleteServersTestJSON-429206629"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:21,707 130306 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': '79a37c57-2e02-4a7f-9fc0-33f44527ecf4', 'name': 'tempest-DeleteServersTestJSON-66581141-network', 'tenant_id': '69cabedeede3400e97dc66f4cd3e1e26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69cabedeede3400e97dc66f4cd3e1e26', '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-27T04:45:00Z', 'updated_at': '2022-08-27T04:45:00Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:22,218 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 500 POST http://10.222.0.76/compute/v2.1/servers 0.510s 2022-08-27 04:45:22,219 130306 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-1910878602", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "79a37c57-2e02-4a7f-9fc0-33f44527ecf4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45: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-1483d972-2675-49ac-a0f1-f71b2059390c', 'x-compute-request-id': 'req-1483d972-2675-49ac-a0f1-f71b2059390c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:45:22,385 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.158s 2022-08-27 04:45:22,385 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-168cbcd0-d274-4b56-b443-4f0cc0751f86', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "918c83baf9594597b600109d02d30e87", "name": "tempest-DeleteServersTestJSON-429206629-project", "password_expires_at": null}, "audit_ids": ["3Dh4ETigQc220Q6JXhMjug"], "expires_at": "2022-08-27T05:45:22.000000Z", "issued_at": "2022-08-27T04:45:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69cabedeede3400e97dc66f4cd3e1e26", "name": "tempest-DeleteServersTestJSON-429206629"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/69cabedeede3400e97dc66f4cd3e1e26", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:22,386 130306 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': '79a37c57-2e02-4a7f-9fc0-33f44527ecf4', 'name': 'tempest-DeleteServersTestJSON-66581141-network', 'tenant_id': '69cabedeede3400e97dc66f4cd3e1e26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69cabedeede3400e97dc66f4cd3e1e26', '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-27T04:45:00Z', 'updated_at': '2022-08-27T04:45:00Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:22,693 130306 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 500 POST http://10.222.0.76/compute/v2.1/servers 0.306s 2022-08-27 04:45:22,693 130306 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-44231232", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "79a37c57-2e02-4a7f-9fc0-33f44527ecf4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45: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-3092f805-09ce-4a36-ba7d-c2d2977974b3', 'x-compute-request-id': 'req-3092f805-09ce-4a36-ba7d-c2d2977974b3', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:12:56,464 177608 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.037s 2022-08-27 05:12:56,465 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:56 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-14848589-6320-4744-9461-6036057f1131', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7cce89dbd71a4db19a7fecbdabcf9b20", "name": "tempest-DeleteServersTestJSON-1181124668-project", "password_expires_at": null}, "audit_ids": ["c-LRjRpoRCC7ED_Eky_XuA"], "expires_at": "2022-08-27T06:12:56.000000Z", "issued_at": "2022-08-27T05:12:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3379c8f3fc74a529758b4d9a664c40b", "name": "tempest-DeleteServersTestJSON-1181124668"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d3379c8f3fc74a529758b4d9a664c40b", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d3379c8f3fc74a529758b4d9a664c40b", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d3379c8f3fc74a529758b4d9a664c40b", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d3379c8f3fc74a529758b4d9a664c40b", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:12:56,465 177608 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': 'f2f25ccf-c86d-4f17-9a6a-f3415dc87e18', 'name': 'tempest-DeleteServersTestJSON-827894523-network', 'tenant_id': 'd3379c8f3fc74a529758b4d9a664c40b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd3379c8f3fc74a529758b4d9a664c40b', '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-27T05:12:50Z', 'updated_at': '2022-08-27T05:12:50Z', 'revision_number': 1} available for tenant 2022-08-27 05:12:56,866 177608 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 500 POST http://10.222.0.76/compute/v2.1/servers 0.399s 2022-08-27 05:12:56,866 177608 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-360563994", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "f2f25ccf-c86d-4f17-9a6a-f3415dc87e18"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12: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-d2d5b374-6c37-4a6c-8b5e-7d77fe31d0f5', 'x-compute-request-id': 'req-d2d5b374-6c37-4a6c-8b5e-7d77fe31d0f5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:46:30,997 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes 2.006s 2022-08-27 04:46:30,997 130310 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-898254062", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f9a1290-747c-4d14-a75d-f1dd611490e2', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f9a1290-747c-4d14-a75d-f1dd611490e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.464999", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:46:31,118 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.107s 2022-08-27 04:46:31,119 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9ae893-307a-4244-be24-340ac4170766', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9ae893-307a-4244-be24-340ac4170766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:32,241 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.110s 2022-08-27 04:46:32,242 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785d89e3-db3f-4eb0-98df-83ca624a4ed1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785d89e3-db3f-4eb0-98df-83ca624a4ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:33,379 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.126s 2022-08-27 04:46:33,379 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77e912a-a2ea-423a-93da-15dd6ddb387b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77e912a-a2ea-423a-93da-15dd6ddb387b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:34,481 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.088s 2022-08-27 04:46:34,481 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a3c255f-bdab-4991-84a6-203e2ce10935', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a3c255f-bdab-4991-84a6-203e2ce10935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:35,663 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.167s 2022-08-27 04:46:35,663 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62b0e46-40a6-42c6-bf16-4f742a4e35ce', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62b0e46-40a6-42c6-bf16-4f742a4e35ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:36,799 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.124s 2022-08-27 04:46:36,799 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1263e23-751f-41fd-a49b-7be3119bfb23', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1263e23-751f-41fd-a49b-7be3119bfb23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:37,947 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.135s 2022-08-27 04:46:37,948 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-961400cd-1989-47b1-92c8-828fb6d96fd0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-961400cd-1989-47b1-92c8-828fb6d96fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:39,066 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.103s 2022-08-27 04:46:39,067 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49b29e69-d036-4ec1-aca8-e346c81ad367', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49b29e69-d036-4ec1-aca8-e346c81ad367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:40,224 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.142s 2022-08-27 04:46:40,225 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b64fcc-a357-49ae-8956-ae7f3688e3bd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b64fcc-a357-49ae-8956-ae7f3688e3bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:41,321 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.080s 2022-08-27 04:46:41,321 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abbde2a9-2de2-4a0d-9123-bc10c391ff99', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abbde2a9-2de2-4a0d-9123-bc10c391ff99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:42,506 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.170s 2022-08-27 04:46:42,506 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018874e0-21de-48d7-8166-fe33a3835a66', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018874e0-21de-48d7-8166-fe33a3835a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:43,680 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.159s 2022-08-27 04:46:43,680 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a504f06e-e37f-4367-ab32-14eb71ed5272', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a504f06e-e37f-4367-ab32-14eb71ed5272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:44,790 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.098s 2022-08-27 04:46:44,790 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-496712b7-b05b-4737-ae8f-f9eb2c837c6c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-496712b7-b05b-4737-ae8f-f9eb2c837c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:45,961 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.155s 2022-08-27 04:46:45,961 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e8c0c1-ca21-4cec-8cce-9226ce382d3a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e8c0c1-ca21-4cec-8cce-9226ce382d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:47,045 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.072s 2022-08-27 04:46:47,045 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01be1556-551d-4c1a-b8e1-c6f675751162', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01be1556-551d-4c1a-b8e1-c6f675751162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:48,178 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.120s 2022-08-27 04:46:48,178 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e379b86e-38cf-4da4-a434-5201bdbf666e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e379b86e-38cf-4da4-a434-5201bdbf666e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:49,334 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.139s 2022-08-27 04:46:49,334 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ee4dd1-3063-404f-89d0-545459611eb7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ee4dd1-3063-404f-89d0-545459611eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:50,454 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.108s 2022-08-27 04:46:50,454 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15fffb5a-8c1b-44c5-85ac-be91546edb11', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15fffb5a-8c1b-44c5-85ac-be91546edb11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:51,561 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.094s 2022-08-27 04:46:51,561 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d07e3b-d175-473c-9059-eb4d4c6b0dd0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d07e3b-d175-473c-9059-eb4d4c6b0dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:52,695 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.122s 2022-08-27 04:46:52,696 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c61aa1-96d7-4274-81b0-79401b579d66', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c61aa1-96d7-4274-81b0-79401b579d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:53,811 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.103s 2022-08-27 04:46:53,811 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-651f91a2-540f-4fb1-a6be-85650a485670', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-651f91a2-540f-4fb1-a6be-85650a485670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:54,916 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.092s 2022-08-27 04:46:54,916 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df12d19-ccff-422a-af59-1bc2a0bf6ef9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df12d19-ccff-422a-af59-1bc2a0bf6ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:56,041 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.113s 2022-08-27 04:46:56,042 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22af1d1-9b82-4a9b-9c0e-fd882e0cd6b9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22af1d1-9b82-4a9b-9c0e-fd882e0cd6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:57,118 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.065s 2022-08-27 04:46:57,123 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb2e604-60f5-4827-8d8c-d308db0815f3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb2e604-60f5-4827-8d8c-d308db0815f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:58,208 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.070s 2022-08-27 04:46:58,208 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5aba70-aac8-4778-b8cb-843e2b85bfb1', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5aba70-aac8-4778-b8cb-843e2b85bfb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:46:59,306 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.085s 2022-08-27 04:46:59,306 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b9e785-bef0-46ab-ba2a-ba51a00a80a3', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b9e785-bef0-46ab-ba2a-ba51a00a80a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:00,432 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.111s 2022-08-27 04:47:00,432 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4c5d98-618d-4d62-a2b1-8b1d5138a97a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4c5d98-618d-4d62-a2b1-8b1d5138a97a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:46:31.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:01,549 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.104s 2022-08-27 04:47:01,549 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96979e9-afc7-469e-805a-ae9654f08793', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96979e9-afc7-469e-805a-ae9654f08793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:02,660 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.098s 2022-08-27 04:47:02,660 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23506991-8810-4804-b545-8e4bc2532ad5', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23506991-8810-4804-b545-8e4bc2532ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:03,781 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.109s 2022-08-27 04:47:03,781 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56f864cf-8b07-4aa4-8334-20980319ae3e', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56f864cf-8b07-4aa4-8334-20980319ae3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:04,866 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.073s 2022-08-27 04:47:04,866 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cba5ac2-594f-418d-9696-31f89306518b', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cba5ac2-594f-418d-9696-31f89306518b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:05,956 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.077s 2022-08-27 04:47:05,957 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3982d12-2845-4ab2-8a90-0c9dd6bdb274', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3982d12-2845-4ab2-8a90-0c9dd6bdb274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:07,049 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.080s 2022-08-27 04:47:07,049 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c405fea0-71af-4f25-83b4-7b90ef005fad', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c405fea0-71af-4f25-83b4-7b90ef005fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:08,173 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.111s 2022-08-27 04:47:08,173 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dba1b7bf-f587-4a88-80aa-45b76466b32f', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dba1b7bf-f587-4a88-80aa-45b76466b32f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:09,257 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.070s 2022-08-27 04:47:09,257 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f3d21fa-286a-49a9-8d4b-e080ce6876c4', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f3d21fa-286a-49a9-8d4b-e080ce6876c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:10,349 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.080s 2022-08-27 04:47:10,349 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7795f0f2-5573-40d5-b4f5-45cfe2d508f3', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7795f0f2-5573-40d5-b4f5-45cfe2d508f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:11,448 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.087s 2022-08-27 04:47:11,448 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9bceee-732c-4bdd-96b4-47713fa46935', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9bceee-732c-4bdd-96b4-47713fa46935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:12,583 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.123s 2022-08-27 04:47:12,583 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-837b31a2-6e6a-4ce6-9881-56b13854e6b4', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-837b31a2-6e6a-4ce6-9881-56b13854e6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:13,696 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d 0.100s 2022-08-27 04:47:13,698 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4849e1e-9526-49a6-b248-36dd5dbe41ed', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4849e1e-9526-49a6-b248-36dd5dbe41ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d'} Body: b'{"volume": {"id": "86984681-9f9d-4ed5-a3eb-07035068be7d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:46:30.000000", "updated_at": "2022-08-27T04:47:13.000000", "name": "tempest-TaggedBootDevicesTest-volume-898254062", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/86984681-9f9d-4ed5-a3eb-07035068be7d"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:13,709 130310 INFO [tempest.common.waiters] volume 86984681-9f9d-4ed5-a3eb-07035068be7d reached available after waiting for 42.709092 seconds 2022-08-27 04:47:14,464 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes 0.755s 2022-08-27 04:47:14,465 130310 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-1635341607"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913ee5da-d462-47c9-b213-2354083ddeaa', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913ee5da-d462-47c9-b213-2354083ddeaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes'} Body: b'{"volume": {"id": "5b2a642c-bfc6-4f9b-8634-cd9956265fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:14.047186", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1635341607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:47:14,630 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac 0.155s 2022-08-27 04:47:14,630 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dec4ec3-2dcd-4908-9c30-9228f18a83ab', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dec4ec3-2dcd-4908-9c30-9228f18a83ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac'} Body: b'{"volume": {"id": "5b2a642c-bfc6-4f9b-8634-cd9956265fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:14.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1635341607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:15,739 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac 0.097s 2022-08-27 04:47:15,739 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d62aa9-3397-40c8-8ee8-7be974244ee0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20d62aa9-3397-40c8-8ee8-7be974244ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac'} Body: b'{"volume": {"id": "5b2a642c-bfc6-4f9b-8634-cd9956265fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:14.000000", "updated_at": "2022-08-27T04:47:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1635341607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:16,857 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac 0.105s 2022-08-27 04:47:16,857 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a086aa1-ef13-4259-81ec-d85077e4df9c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a086aa1-ef13-4259-81ec-d85077e4df9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac'} Body: b'{"volume": {"id": "5b2a642c-bfc6-4f9b-8634-cd9956265fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:14.000000", "updated_at": "2022-08-27T04:47:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1635341607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:18,005 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac 0.136s 2022-08-27 04:47:18,006 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a09b48c-8cc6-47aa-b487-226f435142ae', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a09b48c-8cc6-47aa-b487-226f435142ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac'} Body: b'{"volume": {"id": "5b2a642c-bfc6-4f9b-8634-cd9956265fac", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:14.000000", "updated_at": "2022-08-27T04:47:17.000000", "name": "tempest-TaggedBootDevicesTest-volume-1635341607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/5b2a642c-bfc6-4f9b-8634-cd9956265fac"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:18,017 130310 INFO [tempest.common.waiters] volume 5b2a642c-bfc6-4f9b-8634-cd9956265fac reached available after waiting for 4.017469 seconds 2022-08-27 04:47:18,797 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes 0.778s 2022-08-27 04:47:18,797 130310 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-774844976"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eca1c7d-c5bd-48ef-897c-6f7cf70798e1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eca1c7d-c5bd-48ef-897c-6f7cf70798e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes'} Body: b'{"volume": {"id": "de00bd62-f895-45c1-acb6-3de0e2e28486", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:18.349139", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-774844976", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:47:18,899 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486 0.091s 2022-08-27 04:47:18,899 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b725c731-a30c-4922-9bb5-9a28a267ae89', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b725c731-a30c-4922-9bb5-9a28a267ae89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486'} Body: b'{"volume": {"id": "de00bd62-f895-45c1-acb6-3de0e2e28486", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:18.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-774844976", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:20,097 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486 0.185s 2022-08-27 04:47:20,098 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c641357f-76c3-47a2-8ffc-534604a56d3a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c641357f-76c3-47a2-8ffc-534604a56d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486'} Body: b'{"volume": {"id": "de00bd62-f895-45c1-acb6-3de0e2e28486", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:18.000000", "updated_at": "2022-08-27T04:47:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-774844976", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:21,212 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486 0.098s 2022-08-27 04:47:21,212 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a825e87-8a2f-4f01-9688-9c6a273bd5ee', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a825e87-8a2f-4f01-9688-9c6a273bd5ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486'} Body: b'{"volume": {"id": "de00bd62-f895-45c1-acb6-3de0e2e28486", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:18.000000", "updated_at": "2022-08-27T04:47:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-774844976", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:22,304 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486 0.078s 2022-08-27 04:47:22,305 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-943d0dd5-284a-473e-ad5c-b2873c208d11', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-943d0dd5-284a-473e-ad5c-b2873c208d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486'} Body: b'{"volume": {"id": "de00bd62-f895-45c1-acb6-3de0e2e28486", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:47:18.000000", "updated_at": "2022-08-27T04:47:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-774844976", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/a397128fb9fd47feb1a5a57b9497c0be/volumes/de00bd62-f895-45c1-acb6-3de0e2e28486"}], "user_id": "6190ea907d0544438eb3491462cfc49b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:22,320 130310 INFO [tempest.common.waiters] volume de00bd62-f895-45c1-acb6-3de0e2e28486 reached available after waiting for 4.320693 seconds 2022-08-27 04:47:24,491 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 2.170s 2022-08-27 04:47:24,492 130310 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-1679791867"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-97d35d45-e3a2-417c-bc60-4f80ee950b7c', 'date': 'Sat, 27 Aug 2022 04:47:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3a2399e6-20e1-45c2-a035-ec1329bc21ac","name":"tempest-device-tagging-net1-1679791867","tenant_id":"a397128fb9fd47feb1a5a57b9497c0be","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a397128fb9fd47feb1a5a57b9497c0be","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-27T04:47:22Z","updated_at":"2022-08-27T04:47:23Z","revision_number":1}}' 2022-08-27 04:47:27,054 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 2.562s 2022-08-27 04:47:27,055 130310 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-1233540092"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cd77bf81-12b5-45f4-8b1a-9b441f61ec02', 'date': 'Sat, 27 Aug 2022 04:47:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"6f413775-78a8-49b7-8e9b-94e38ea66d1c","name":"tempest-device-tagging-net2-1233540092","tenant_id":"a397128fb9fd47feb1a5a57b9497c0be","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a397128fb9fd47feb1a5a57b9497c0be","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-27T04:47:25Z","updated_at":"2022-08-27T04:47:26Z","revision_number":1}}' 2022-08-27 04:47:29,948 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 2.892s 2022-08-27 04:47:29,948 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "3a2399e6-20e1-45c2-a035-ec1329bc21ac", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-53c3c77a-1016-4a65-822c-a91108a90509', 'date': 'Sat, 27 Aug 2022 04:47:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5cbdb89a-a601-4e7c-99ff-bd089d4f4e19","name":"","tenant_id":"a397128fb9fd47feb1a5a57b9497c0be","network_id":"3a2399e6-20e1-45c2-a035-ec1329bc21ac","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-27T04:47:28Z","updated_at":"2022-08-27T04:47:28Z","revision_number":0,"project_id":"a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:35,040 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 5.091s 2022-08-27 04:47:35,051 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "6f413775-78a8-49b7-8e9b-94e38ea66d1c", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-d9f17afb-4a15-4e8f-87b3-8873599a5319', 'date': 'Sat, 27 Aug 2022 04:47:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"aece44b1-88fb-44e9-bc0e-d53b4ea80471","name":"","tenant_id":"a397128fb9fd47feb1a5a57b9497c0be","network_id":"6f413775-78a8-49b7-8e9b-94e38ea66d1c","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-27T04:47:31Z","updated_at":"2022-08-27T04:47:31Z","revision_number":0,"project_id":"a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:38,739 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/ports 3.687s 2022-08-27 04:47:38,739 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "3a2399e6-20e1-45c2-a035-ec1329bc21ac", "name": "tempest-TaggedBootDevicesTest-1221145944", "fixed_ips": [{"subnet_id": "5cbdb89a-a601-4e7c-99ff-bd089d4f4e19"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-f1148c31-f2c0-4403-a40e-3a49c935b5ae', 'date': 'Sat, 27 Aug 2022 04:47:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"d577b5a5-6dde-4cdb-bd08-eed002520199","name":"tempest-TaggedBootDevicesTest-1221145944","network_id":"3a2399e6-20e1-45c2-a035-ec1329bc21ac","tenant_id":"a397128fb9fd47feb1a5a57b9497c0be","mac_address":"fa:16:3e:8f:ed:83","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5cbdb89a-a601-4e7c-99ff-bd089d4f4e19","ip_address":"10.1.1.35"}],"project_id":"a397128fb9fd47feb1a5a57b9497c0be","port_security_enabled":true,"security_groups":["1f3f0a0e-1045-452c-8d7b-6f893f1d0cb6"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-27T04:47:36Z","updated_at":"2022-08-27T04:47:37Z","revision_number":1}}' 2022-08-27 04:47:43,104 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/ports 4.364s 2022-08-27 04:47:43,104 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "3a2399e6-20e1-45c2-a035-ec1329bc21ac", "name": "tempest-TaggedBootDevicesTest-446124194", "fixed_ips": [{"subnet_id": "5cbdb89a-a601-4e7c-99ff-bd089d4f4e19"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-cc1822a6-8117-40cb-87b8-6fe2be94feb8', 'date': 'Sat, 27 Aug 2022 04:47:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"7999529f-87c7-4e02-90b7-a2a5c9d22dbd","name":"tempest-TaggedBootDevicesTest-446124194","network_id":"3a2399e6-20e1-45c2-a035-ec1329bc21ac","tenant_id":"a397128fb9fd47feb1a5a57b9497c0be","mac_address":"fa:16:3e:83:46:d1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5cbdb89a-a601-4e7c-99ff-bd089d4f4e19","ip_address":"10.1.1.105"}],"project_id":"a397128fb9fd47feb1a5a57b9497c0be","port_security_enabled":true,"security_groups":["1f3f0a0e-1045-452c-8d7b-6f893f1d0cb6"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-27T04:47:39Z","updated_at":"2022-08-27T04:47:41Z","revision_number":1}}' 2022-08-27 04:47:43,105 130310 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:47:43,105 130310 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:47:43,366 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.258s 2022-08-27 04:47:43,367 130310 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-83159139", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDormja8z734OY7N/fVoBj1BOFBk+UdG2OZFyWq8BPAIexJ48uUG1w4sGTFmEJ/A0RTco1cwc1ip+NxKj7uZEjDVtcRc4qrjUKI4I6Vwu0eS7BLYzAYqENd2T69fkK7f3A=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '399', '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-c7f37581-7e59-4d05-9725-a5d3eb31f620', 'x-compute-request-id': 'req-c7f37581-7e59-4d05-9725-a5d3eb31f620', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-83159139", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDormja8z734OY7N/fVoBj1BOFBk+UdG2OZFyWq8BPAIexJ48uUG1w4sGTFmEJ/A0RTco1cwc1ip+NxKj7uZEjDVtcRc4qrjUKI4I6Vwu0eS7BLYzAYqENd2T69fkK7f3A==", "fingerprint": "ce:00:d4:21:e0:22:26:b0:b6:ca:7e:b1:a3:23:03:2f", "user_id": "6190ea907d0544438eb3491462cfc49b"}}' 2022-08-27 04:47:43,370 130310 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-83159139 created 2022-08-27 04:47:44,874 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 1.504s 2022-08-27 04:47:44,875 130310 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--672057153", "description": "tempest-description--2113700973"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-3f44bbd6-2bab-4a10-b57f-4f86b1e07ba8', 'date': 'Sat, 27 Aug 2022 04:47:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7010f27d-b2df-4522-94c1-1227d231d002", "name": "tempest-securitygroup--672057153", "stateful": true, "tenant_id": "a397128fb9fd47feb1a5a57b9497c0be", "description": "tempest-description--2113700973", "shared": false, "security_group_rules": [{"id": "1b5841ce-1012-4805-9bd1-6a1e5e7271fa", "tenant_id": "a397128fb9fd47feb1a5a57b9497c0be", "security_group_id": "7010f27d-b2df-4522-94c1-1227d231d002", "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": 1368, "description": null, "tags": [], "created_at": "2022-08-27T04:47:44Z", "updated_at": "2022-08-27T04:47:44Z", "revision_number": 0, "project_id": "a397128fb9fd47feb1a5a57b9497c0be"}, {"id": "295c37f1-167d-4d39-bea3-e49aabf32017", "tenant_id": "a397128fb9fd47feb1a5a57b9497c0be", "security_group_id": "7010f27d-b2df-4522-94c1-1227d231d002", "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": 1367, "description": null, "tags": [], "created_at": "2022-08-27T04:47:44Z", "updated_at": "2022-08-27T04:47:44Z", "revision_number": 0, "project_id": "a397128fb9fd47feb1a5a57b9497c0be"}], "tags": [], "created_at": "2022-08-27T04:47:44Z", "updated_at": "2022-08-27T04:47:44Z", "revision_number": 1, "project_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:46,511 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.635s 2022-08-27 04:47:46,511 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7010f27d-b2df-4522-94c1-1227d231d002", "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-63f0697f-d730-4a22-b783-12876d1d7f25', 'date': 'Sat, 27 Aug 2022 04:47:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dd57d966-de17-4a5a-9bea-18996dbb44ed", "tenant_id": "a397128fb9fd47feb1a5a57b9497c0be", "security_group_id": "7010f27d-b2df-4522-94c1-1227d231d002", "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-27T04:47:45Z", "updated_at": "2022-08-27T04:47:45Z", "revision_number": 0, "project_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:47,794 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.283s 2022-08-27 04:47:47,795 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7010f27d-b2df-4522-94c1-1227d231d002", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b798960a-28af-4c94-8152-6e8549cf39c0', 'date': 'Sat, 27 Aug 2022 04:47:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "24c77099-054d-4cda-9423-1a56c620a6f5", "tenant_id": "a397128fb9fd47feb1a5a57b9497c0be", "security_group_id": "7010f27d-b2df-4522-94c1-1227d231d002", "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-27T04:47:47Z", "updated_at": "2022-08-27T04:47:47Z", "revision_number": 0, "project_id": "a397128fb9fd47feb1a5a57b9497c0be"}}' 2022-08-27 04:47:47,795 130310 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--672057153 created 2022-08-27 04:47:51,589 130310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 3.793s 2022-08-27 04:47:51,589 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-8c7afbc0-61e0-44ca-8525-d786e789ddc2', 'date': 'Sat, 27 Aug 2022 04:47:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1fe173c6-22eb-498c-bfd5-6e1efd46b133", "tenant_id": "a397128fb9fd47feb1a5a57b9497c0be", "floating_ip_address": "172.25.2.188", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a397128fb9fd47feb1a5a57b9497c0be", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:47:50Z", "updated_at": "2022-08-27T04:47:50Z", "revision_number": 0}}' 2022-08-27 04:47:51,590 130310 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1fe173c6-22eb-498c-bfd5-6e1efd46b133', 'tenant_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'floating_ip_address': '172.25.2.188', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:50Z', 'updated_at': '2022-08-27T04:47:50Z', 'revision_number': 0, 'ip': '172.25.2.188'} created 2022-08-27 04:47:52,004 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.407s 2022-08-27 04:47:52,005 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47: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-69259c0d-9544-46fc-9299-a7056b9648e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6190ea907d0544438eb3491462cfc49b", "name": "tempest-TaggedBootDevicesTest-1802575555-project", "password_expires_at": null}, "audit_ids": ["u2t7-TJVT86-p1Y3KJ0huw"], "expires_at": "2022-08-27T05:47:51.000000Z", "issued_at": "2022-08-27T04:47:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a397128fb9fd47feb1a5a57b9497c0be", "name": "tempest-TaggedBootDevicesTest-1802575555"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:47:52,005 130310 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'c08a6b5d-69b9-4c3f-948e-129f9d64efcb', 'name': 'tempest-TaggedBootDevicesTest-1374455090-network', 'tenant_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a397128fb9fd47feb1a5a57b9497c0be', '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-27T04:45:50Z', 'updated_at': '2022-08-27T04:45:50Z', 'revision_number': 1} available for tenant 2022-08-27 04:47:52,138 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.127s 2022-08-27 04:47:52,139 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:52 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-f5e59144-27db-41f0-ad66-4f017b196a87', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6190ea907d0544438eb3491462cfc49b", "name": "tempest-TaggedBootDevicesTest-1802575555-project", "password_expires_at": null}, "audit_ids": ["_mmNkT2AT6qmp2gmbqqr0g"], "expires_at": "2022-08-27T05:47:52.000000Z", "issued_at": "2022-08-27T04:47:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a397128fb9fd47feb1a5a57b9497c0be", "name": "tempest-TaggedBootDevicesTest-1802575555"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/a397128fb9fd47feb1a5a57b9497c0be", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:47:52,139 130310 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'c08a6b5d-69b9-4c3f-948e-129f9d64efcb', 'name': 'tempest-TaggedBootDevicesTest-1374455090-network', 'tenant_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a397128fb9fd47feb1a5a57b9497c0be', '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-27T04:45:50Z', 'updated_at': '2022-08-27T04:45:50Z', 'revision_number': 1} available for tenant 2022-08-27 04:47:52,140 130310 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-83159139', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDormja8z734OY7N/fVoBj1BOFBk+UdG2OZFyWq8BPAIexJ48uUG1w4sGTFmEJ/A0RTco1cwc1ip+NxKj7uZEjDVtcRc4qrjUKI4I6Vwu0eS7BLYzAYqENd2T69fkK7f3A==', 'fingerprint': 'ce:00:d4:21:e0:22:26:b0:b6:ca:7e:b1:a3:23:03:2f', 'user_id': '6190ea907d0544438eb3491462cfc49b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDnzFuMKeUFLoMSuOOpXbx0YSMGc92AisJqtvePW8VsUd9ybWPlgBOy\nIKRT9yJ/z7+gBwYFK4EEACKhZANiAAQ6K5o2vM+9+DmOzf31aAY9QThQZPlHRtjm\nRclqvATwCHsSePLlBtcOLBkxZhCfwNEU3KNXMHNYqfjcSo+7mRIw1bXEXOKq41Ci\nOCOlcLtHkuwS2MwGKhDXdk+vX5Cu39w=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7010f27d-b2df-4522-94c1-1227d231d002', 'name': 'tempest-securitygroup--672057153', 'stateful': True, 'tenant_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'description': 'tempest-description--2113700973', 'shared': False, 'security_group_rules': [{'id': '1b5841ce-1012-4805-9bd1-6a1e5e7271fa', 'tenant_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'security_group_id': '7010f27d-b2df-4522-94c1-1227d231d002', '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': 1368, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:44Z', 'updated_at': '2022-08-27T04:47:44Z', 'revision_number': 0, 'project_id': 'a397128fb9fd47feb1a5a57b9497c0be'}, {'id': '295c37f1-167d-4d39-bea3-e49aabf32017', 'tenant_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'security_group_id': '7010f27d-b2df-4522-94c1-1227d231d002', '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': 1367, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:44Z', 'updated_at': '2022-08-27T04:47:44Z', 'revision_number': 0, 'project_id': 'a397128fb9fd47feb1a5a57b9497c0be'}], 'tags': [], 'created_at': '2022-08-27T04:47:44Z', 'updated_at': '2022-08-27T04:47:44Z', 'revision_number': 1, 'project_id': 'a397128fb9fd47feb1a5a57b9497c0be'}, 'floating_ip': {'id': '1fe173c6-22eb-498c-bfd5-6e1efd46b133', 'tenant_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'floating_ip_address': '172.25.2.188', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a397128fb9fd47feb1a5a57b9497c0be', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:50Z', 'updated_at': '2022-08-27T04:47:50Z', 'revision_number': 0, 'ip': '172.25.2.188'}} 2022-08-27 04:47:55,020 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 500 POST http://10.222.0.76/compute/v2.1/servers 2.879s 2022-08-27 04:47:55,021 130310 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-626724695", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "c08a6b5d-69b9-4c3f-948e-129f9d64efcb"}, {"port": "d577b5a5-6dde-4cdb-bd08-eed002520199", "tag": "port-1"}, {"port": "7999529f-87c7-4e02-90b7-a2a5c9d22dbd", "tag": "port-2"}, {"uuid": "3a2399e6-20e1-45c2-a035-ec1329bc21ac", "tag": "net-1"}, {"uuid": "3a2399e6-20e1-45c2-a035-ec1329bc21ac"}, {"uuid": "6f413775-78a8-49b7-8e9b-94e38ea66d1c", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "6f413775-78a8-49b7-8e9b-94e38ea66d1c", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "86984681-9f9d-4ed5-a3eb-07035068be7d", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "5b2a642c-bfc6-4f9b-8634-cd9956265fac", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "de00bd62-f895-45c1-acb6-3de0e2e28486", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--672057153"}], "key_name": "tempest-keypair-83159139", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47: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-8cb82370-3ed6-473b-974d-273c01b07908', 'x-compute-request-id': 'req-8cb82370-3ed6-473b-974d-273c01b07908', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:47:55,397 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-83159139 0.374s 2022-08-27 04:47:55,397 130310 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': 'Sat, 27 Aug 2022 04:47:55 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-e60948c0-7a5a-4cd2-89b2-fe7845c5b876', 'x-compute-request-id': 'req-e60948c0-7a5a-4cd2-89b2-fe7845c5b876', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-83159139'} Body: b'' 2022-08-27 04:47:56,459 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/7010f27d-b2df-4522-94c1-1227d231d002 1.061s 2022-08-27 04:47:56,460 130310 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-c9593873-ef2a-4a3e-a97f-dde126c9dd05', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:47:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/7010f27d-b2df-4522-94c1-1227d231d002'} Body: b'' 2022-08-27 04:47:57,036 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/7010f27d-b2df-4522-94c1-1227d231d002 0.576s 2022-08-27 04:47:57,036 130310 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-151e1aae-209a-411e-bc05-1cb4fd5cb13d', 'date': 'Sat, 27 Aug 2022 04:47:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/7010f27d-b2df-4522-94c1-1227d231d002'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7010f27d-b2df-4522-94c1-1227d231d002 does not exist", "detail": ""}}' 2022-08-27 04:47:58,699 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/1fe173c6-22eb-498c-bfd5-6e1efd46b133 1.662s 2022-08-27 04:47:58,699 130310 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-b4ad9c3e-cbd1-4963-b962-7a27af62efcd', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:47:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/1fe173c6-22eb-498c-bfd5-6e1efd46b133'} Body: b'' 2022-08-27 04:48:00,266 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/ports/7999529f-87c7-4e02-90b7-a2a5c9d22dbd 1.566s 2022-08-27 04:48:00,266 130310 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-bef504a1-6f83-46bb-8fd9-96a65c42d9df', 'date': 'Sat, 27 Aug 2022 04:48:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports/7999529f-87c7-4e02-90b7-a2a5c9d22dbd'} Body: b'' 2022-08-27 04:48:00,967 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/ports/d577b5a5-6dde-4cdb-bd08-eed002520199 0.700s 2022-08-27 04:48:00,967 130310 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-31ef1f10-5efd-4374-b8e4-d625c1b55add', 'date': 'Sat, 27 Aug 2022 04:48:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports/d577b5a5-6dde-4cdb-bd08-eed002520199'} Body: b'' 2022-08-27 04:48:01,520 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/aece44b1-88fb-44e9-bc0e-d53b4ea80471 0.552s 2022-08-27 04:48:01,521 130310 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-3ab38a14-35c5-42a9-8f34-51e29ed9e230', 'date': 'Sat, 27 Aug 2022 04:48:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/aece44b1-88fb-44e9-bc0e-d53b4ea80471'} Body: b'' 2022-08-27 04:48:02,225 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/5cbdb89a-a601-4e7c-99ff-bd089d4f4e19 0.704s 2022-08-27 04:48:02,226 130310 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-3a09ff59-312f-4dc0-9d74-815e4b45d639', 'date': 'Sat, 27 Aug 2022 04:48:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/5cbdb89a-a601-4e7c-99ff-bd089d4f4e19'} Body: b'' 2022-08-27 04:48:03,130 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/6f413775-78a8-49b7-8e9b-94e38ea66d1c 0.903s 2022-08-27 04:48:03,130 130310 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-c5d154ff-660f-4e4d-8732-cf6add10c6af', 'date': 'Sat, 27 Aug 2022 04:48:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/6f413775-78a8-49b7-8e9b-94e38ea66d1c'} Body: b'' 2022-08-27 04:48:04,287 130310 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/3a2399e6-20e1-45c2-a035-ec1329bc21ac 1.156s 2022-08-27 04:48:04,287 130310 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-a0d5509c-7d8f-406c-b314-b49ac715f1c4', 'date': 'Sat, 27 Aug 2022 04:48:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/3a2399e6-20e1-45c2-a035-ec1329bc21ac'} 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-27 04:44:23,922 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes 1.783s 2022-08-27 04:44:23,922 130317 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-1011851850", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f11e43-087a-4758-8841-aaf6a8367f55', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f11e43-087a-4758-8841-aaf6a8367f55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.410744", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:44:24,022 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.085s 2022-08-27 04:44:24,022 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04d5cfac-653d-447d-b8ba-c1df21c687f1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04d5cfac-653d-447d-b8ba-c1df21c687f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:25,152 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.116s 2022-08-27 04:44:25,153 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2261e84f-c195-4f5e-8161-500443f2f36a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2261e84f-c195-4f5e-8161-500443f2f36a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:26,254 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.090s 2022-08-27 04:44:26,255 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88324338-e42b-4ed0-ba71-2548f88f2bda', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88324338-e42b-4ed0-ba71-2548f88f2bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:27,350 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.084s 2022-08-27 04:44:27,350 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02eb10f6-f471-46d4-8748-be00201880ab', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02eb10f6-f471-46d4-8748-be00201880ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:28,509 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.146s 2022-08-27 04:44:28,512 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f732b150-c1bf-437c-985c-443f015c0ecc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f732b150-c1bf-437c-985c-443f015c0ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:29,625 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.102s 2022-08-27 04:44:29,626 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ff9506-40a7-4a58-8bc5-98a34d726648', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ff9506-40a7-4a58-8bc5-98a34d726648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:30,794 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.151s 2022-08-27 04:44:30,794 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-635f284f-fce3-4473-8b1b-1a3ffc71bd3d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-635f284f-fce3-4473-8b1b-1a3ffc71bd3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:31,904 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.092s 2022-08-27 04:44:31,905 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db808d88-206c-4d6f-9859-88d45a51b694', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db808d88-206c-4d6f-9859-88d45a51b694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:33,000 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.084s 2022-08-27 04:44:33,001 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b7e198-60a9-4aa1-84af-eeaa8549e8f5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b7e198-60a9-4aa1-84af-eeaa8549e8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:34,079 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.066s 2022-08-27 04:44:34,080 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca67e613-5be5-466f-8c87-c18d2b363f85', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca67e613-5be5-466f-8c87-c18d2b363f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:35,180 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.084s 2022-08-27 04:44:35,181 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd9b89fe-c33e-4958-8405-870a23327e49', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd9b89fe-c33e-4958-8405-870a23327e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:36,259 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.067s 2022-08-27 04:44:36,260 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abdf8eba-f6a5-4335-a251-b7fe882080ea', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abdf8eba-f6a5-4335-a251-b7fe882080ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:37,327 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.055s 2022-08-27 04:44:37,327 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45491d02-d766-49b4-86fd-d9bd1f9fea0a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45491d02-d766-49b4-86fd-d9bd1f9fea0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:38,418 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.079s 2022-08-27 04:44:38,418 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc8cc36-b896-49c5-9b9c-20edfebff797', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc8cc36-b896-49c5-9b9c-20edfebff797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:39,484 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.054s 2022-08-27 04:44:39,484 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc3d8bf9-cb9a-4e49-9ae6-d6557c9f4c34', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc3d8bf9-cb9a-4e49-9ae6-d6557c9f4c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:40,551 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.055s 2022-08-27 04:44:40,552 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca7ff3e1-aba2-4dac-96b0-7f8c00c25036', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca7ff3e1-aba2-4dac-96b0-7f8c00c25036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:41,707 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.143s 2022-08-27 04:44:41,708 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82135a6c-4328-43b2-a6e0-36414917a19d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82135a6c-4328-43b2-a6e0-36414917a19d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:42,810 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.090s 2022-08-27 04:44:42,810 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a390f34c-bd10-4e2e-b60b-7d32fa3c24d2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a390f34c-bd10-4e2e-b60b-7d32fa3c24d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:43,919 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.098s 2022-08-27 04:44:43,920 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b0d9f3c-2a19-46ce-a8e6-9bf8154f6d5c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b0d9f3c-2a19-46ce-a8e6-9bf8154f6d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:44,994 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.061s 2022-08-27 04:44:44,994 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4365ff-6ae1-4e2d-848f-889f41c1bcfe', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4365ff-6ae1-4e2d-848f-889f41c1bcfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:46,106 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.101s 2022-08-27 04:44:46,107 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a5cffd-ec0c-4201-9b1d-f7b5a8d7dd80', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a5cffd-ec0c-4201-9b1d-f7b5a8d7dd80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:47,238 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.120s 2022-08-27 04:44:47,238 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9bfbe4-e53e-45a6-ac4a-bef70cfacf96', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9bfbe4-e53e-45a6-ac4a-bef70cfacf96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:48,442 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.191s 2022-08-27 04:44:48,442 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b99c13-7477-41fb-894d-1eea053bbe5c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b99c13-7477-41fb-894d-1eea053bbe5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:49,641 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.184s 2022-08-27 04:44:49,642 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0d8866-8ac6-41e6-be4a-5200cf730edd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0d8866-8ac6-41e6-be4a-5200cf730edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:50,714 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.056s 2022-08-27 04:44:50,714 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6fe307-24dd-47fa-8324-981382610dfd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6fe307-24dd-47fa-8324-981382610dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:51,848 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.121s 2022-08-27 04:44:51,848 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec86c451-66ff-4e35-9e3f-0338c6f99e4c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec86c451-66ff-4e35-9e3f-0338c6f99e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:52,996 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.136s 2022-08-27 04:44:52,997 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c002109-aef8-49fa-94ee-83e5ab19987e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c002109-aef8-49fa-94ee-83e5ab19987e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:54,139 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.131s 2022-08-27 04:44:54,139 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c6f2b0-9d86-41d2-b731-c4de7bd09cc1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c6f2b0-9d86-41d2-b731-c4de7bd09cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:55,276 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.116s 2022-08-27 04:44:55,276 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b1e1517-6fa7-416b-b050-7c7da3104d44', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b1e1517-6fa7-416b-b050-7c7da3104d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:56,500 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.212s 2022-08-27 04:44:56,508 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a087c50-1412-4a5d-8839-b493dfd99dd7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a087c50-1412-4a5d-8839-b493dfd99dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:57,654 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.125s 2022-08-27 04:44:57,655 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed26082-2d0d-470b-8f00-77bef875f3a2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed26082-2d0d-470b-8f00-77bef875f3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:58,747 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.077s 2022-08-27 04:44:58,747 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced9c5ea-df0a-43c2-a3f9-c0b6c6746876', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced9c5ea-df0a-43c2-a3f9-c0b6c6746876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:44:59,818 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.058s 2022-08-27 04:44:59,818 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aecf2b83-1602-43a2-8294-55c6a75e272f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aecf2b83-1602-43a2-8294-55c6a75e272f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:00,904 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.072s 2022-08-27 04:45:00,905 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95fe78ac-67e8-4d23-9b9b-2956262030a2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95fe78ac-67e8-4d23-9b9b-2956262030a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:01,997 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.080s 2022-08-27 04:45:01,997 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eef83dc-db1e-4949-97f2-497ed3d19bd0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eef83dc-db1e-4949-97f2-497ed3d19bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:03,113 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.104s 2022-08-27 04:45:03,113 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c490b19-8a20-4f2c-a401-663baf834519', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c490b19-8a20-4f2c-a401-663baf834519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:04,221 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.093s 2022-08-27 04:45:04,222 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b10dfd1d-24d7-4a2e-826a-8f4888861146', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b10dfd1d-24d7-4a2e-826a-8f4888861146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:44:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:05,347 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.112s 2022-08-27 04:45:05,347 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9d964b-bf0a-498a-a1ef-299f666771ac', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9d964b-bf0a-498a-a1ef-299f666771ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:06,505 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.142s 2022-08-27 04:45:06,506 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce90f09-3254-4a62-b1dc-624728d39726', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce90f09-3254-4a62-b1dc-624728d39726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:07,695 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.178s 2022-08-27 04:45:07,695 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e27f821f-a5c8-4e7d-aae1-d00a85154887', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e27f821f-a5c8-4e7d-aae1-d00a85154887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:08,800 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.093s 2022-08-27 04:45:08,800 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b89231ec-e9de-4dde-99da-15d3fa78f187', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b89231ec-e9de-4dde-99da-15d3fa78f187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:09,966 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.154s 2022-08-27 04:45:09,969 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a906904-2414-4feb-bddc-2b72adbeea7a', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a906904-2414-4feb-bddc-2b72adbeea7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:11,122 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.139s 2022-08-27 04:45:11,123 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519ed70f-efa4-47f4-b2db-e87aedd5551e', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519ed70f-efa4-47f4-b2db-e87aedd5551e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:12,264 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.129s 2022-08-27 04:45:12,265 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d5c0c1b-1f42-49f7-a7e0-39d7360819a0', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d5c0c1b-1f42-49f7-a7e0-39d7360819a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:13,376 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.094s 2022-08-27 04:45:13,377 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb0af78-099e-480f-a8ab-66bfce94aa44', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bb0af78-099e-480f-a8ab-66bfce94aa44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:14,495 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.105s 2022-08-27 04:45:14,496 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64babe10-9fd3-4567-b369-3efc0db16fcb', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64babe10-9fd3-4567-b369-3efc0db16fcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:15,609 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.099s 2022-08-27 04:45:15,609 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-849806e3-e3e1-4618-8147-ee8727048710', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-849806e3-e3e1-4618-8147-ee8727048710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:16,683 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.059s 2022-08-27 04:45:16,684 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df2874b8-e0a2-43bc-87d9-ff312fd90aa1', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df2874b8-e0a2-43bc-87d9-ff312fd90aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:17,766 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.069s 2022-08-27 04:45:17,767 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d1468c-9836-4d83-9d31-e61d6e08c576', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d1468c-9836-4d83-9d31-e61d6e08c576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:18,886 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.106s 2022-08-27 04:45:18,886 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f18da634-f154-44d7-b3ae-dcfd9d98343e', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f18da634-f154-44d7-b3ae-dcfd9d98343e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:20,000 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.100s 2022-08-27 04:45:20,001 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16336e49-61b8-4f72-9c55-e52607e407c6', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16336e49-61b8-4f72-9c55-e52607e407c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:21,063 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.047s 2022-08-27 04:45:21,063 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7cb18a6-bf2c-4ca5-8ead-28ee53e93360', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7cb18a6-bf2c-4ca5-8ead-28ee53e93360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:22,159 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.083s 2022-08-27 04:45:22,160 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29a6bae-289d-4ff5-9cf5-968c6364dc42', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29a6bae-289d-4ff5-9cf5-968c6364dc42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:23,226 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.051s 2022-08-27 04:45:23,226 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b46a25ed-3569-4480-a748-50b1d2f738af', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b46a25ed-3569-4480-a748-50b1d2f738af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:24,355 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.115s 2022-08-27 04:45:24,355 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab13d9f0-955c-4a17-8ecc-4221f2eab402', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab13d9f0-955c-4a17-8ecc-4221f2eab402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:25,434 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.067s 2022-08-27 04:45:25,434 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c3a3404-9c80-46cc-89e1-4d8189c6856c', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c3a3404-9c80-46cc-89e1-4d8189c6856c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:26,555 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.108s 2022-08-27 04:45:26,555 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9734a2-409b-4fde-9e9b-efd132346fbc', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9734a2-409b-4fde-9e9b-efd132346fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:27,700 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.133s 2022-08-27 04:45:27,700 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07872d82-7842-4256-af29-6b5cec07ed15', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07872d82-7842-4256-af29-6b5cec07ed15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:28,795 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff 0.082s 2022-08-27 04:45:28,795 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b93f2e9f-4bac-4bf6-89cc-d119f7e5db75', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b93f2e9f-4bac-4bf6-89cc-d119f7e5db75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff'} Body: b'{"volume": {"id": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:23.000000", "updated_at": "2022-08-27T04:45:29.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1011851850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff"}], "user_id": "83867771c9a1442cba2837c1132df88d", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:28,806 130317 INFO [tempest.common.waiters] volume 0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff reached available after waiting for 64.806180 seconds 2022-08-27 04:45:29,675 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes 0.865s 2022-08-27 04:45:29,675 130317 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-2096032373"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7516863-f20a-4ce0-a5db-c363a6546057', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7516863-f20a-4ce0-a5db-c363a6546057', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes'} Body: b'{"volume": {"id": "ce25e7ad-00bd-4191-a8f8-adc90c101428", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:29.247928", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2096032373", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:45:29,760 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428 0.073s 2022-08-27 04:45:29,760 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6aaeb8-7e04-4e96-97ed-06993adfd1d4', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6aaeb8-7e04-4e96-97ed-06993adfd1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428'} Body: b'{"volume": {"id": "ce25e7ad-00bd-4191-a8f8-adc90c101428", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:29.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2096032373", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:30,849 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428 0.074s 2022-08-27 04:45:30,850 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b42fd5-0c13-4e25-9165-53680a8ecfa9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b42fd5-0c13-4e25-9165-53680a8ecfa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428'} Body: b'{"volume": {"id": "ce25e7ad-00bd-4191-a8f8-adc90c101428", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:29.000000", "updated_at": "2022-08-27T04:45:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2096032373", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:31,981 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428 0.112s 2022-08-27 04:45:31,981 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98dc6ba9-a1d7-477d-9d2b-329123edf1b3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98dc6ba9-a1d7-477d-9d2b-329123edf1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428'} Body: b'{"volume": {"id": "ce25e7ad-00bd-4191-a8f8-adc90c101428", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:29.000000", "updated_at": "2022-08-27T04:45:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2096032373", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:33,095 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428 0.103s 2022-08-27 04:45:33,096 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d033344c-52a0-4052-8ccb-078cf4bd0274', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d033344c-52a0-4052-8ccb-078cf4bd0274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428'} Body: b'{"volume": {"id": "ce25e7ad-00bd-4191-a8f8-adc90c101428", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:29.000000", "updated_at": "2022-08-27T04:45:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2096032373", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/ce25e7ad-00bd-4191-a8f8-adc90c101428"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:33,106 130317 INFO [tempest.common.waiters] volume ce25e7ad-00bd-4191-a8f8-adc90c101428 reached available after waiting for 4.106874 seconds 2022-08-27 04:45:33,988 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes 0.881s 2022-08-27 04:45:33,989 130317 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-1137025683"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a9d4e11-ab7f-4932-a57d-48c16bceaf3d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a9d4e11-ab7f-4932-a57d-48c16bceaf3d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes'} Body: b'{"volume": {"id": "fcc78a9e-08b0-4caa-969f-2e42ed6a6d15", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:33.523188", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1137025683", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 04:45:34,078 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15 0.077s 2022-08-27 04:45:34,079 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e8a3f2-acda-46e3-b848-9814f5d0a7ac', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e8a3f2-acda-46e3-b848-9814f5d0a7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15'} Body: b'{"volume": {"id": "fcc78a9e-08b0-4caa-969f-2e42ed6a6d15", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:34.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1137025683", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:35,154 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15 0.061s 2022-08-27 04:45:35,154 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c8404eb-4a54-471f-8ede-bf040baab75d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c8404eb-4a54-471f-8ede-bf040baab75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15'} Body: b'{"volume": {"id": "fcc78a9e-08b0-4caa-969f-2e42ed6a6d15", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:34.000000", "updated_at": "2022-08-27T04:45:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1137025683", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:36,282 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15 0.116s 2022-08-27 04:45:36,283 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-566c7a30-6697-4cff-ad8b-fdb3ad6b888e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-566c7a30-6697-4cff-ad8b-fdb3ad6b888e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15'} Body: b'{"volume": {"id": "fcc78a9e-08b0-4caa-969f-2e42ed6a6d15", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:34.000000", "updated_at": "2022-08-27T04:45:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1137025683", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:37,362 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15 0.062s 2022-08-27 04:45:37,362 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43caf7c9-fa4a-44bd-bc59-02c44b14faf1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43caf7c9-fa4a-44bd-bc59-02c44b14faf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15'} Body: b'{"volume": {"id": "fcc78a9e-08b0-4caa-969f-2e42ed6a6d15", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:45:34.000000", "updated_at": "2022-08-27T04:45:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1137025683", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/3b1896a4899d4c37af1be6a7f91249c0/volumes/fcc78a9e-08b0-4caa-969f-2e42ed6a6d15"}], "user_id": "83867771c9a1442cba2837c1132df88d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:37,373 130317 INFO [tempest.common.waiters] volume fcc78a9e-08b0-4caa-969f-2e42ed6a6d15 reached available after waiting for 3.373251 seconds 2022-08-27 04:45:38,678 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 1.303s 2022-08-27 04:45:38,678 130317 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-540959532"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-31725061-4987-4f85-8d7c-d9d804722ba6', 'date': 'Sat, 27 Aug 2022 04:45:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"16ce1d42-ea0b-4018-9fe7-9fb890edf256","name":"tempest-device-tagging-net1-540959532","tenant_id":"3b1896a4899d4c37af1be6a7f91249c0","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3b1896a4899d4c37af1be6a7f91249c0","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-27T04:45:37Z","updated_at":"2022-08-27T04:45:38Z","revision_number":1}}' 2022-08-27 04:45:39,691 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 1.012s 2022-08-27 04:45:39,691 130317 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-130737907"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-399eeac2-4ce4-4ba0-8e00-1ca458d35386', 'date': 'Sat, 27 Aug 2022 04:45:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"f46ea82e-3b25-49fd-b1e8-37eb05c0adb3","name":"tempest-device-tagging-net2-130737907","tenant_id":"3b1896a4899d4c37af1be6a7f91249c0","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3b1896a4899d4c37af1be6a7f91249c0","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-27T04:45:38Z","updated_at":"2022-08-27T04:45:39Z","revision_number":1}}' 2022-08-27 04:45:42,776 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 3.084s 2022-08-27 04:45:42,777 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "16ce1d42-ea0b-4018-9fe7-9fb890edf256", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-1cf6cefd-e734-4710-a7fc-c8f2a5837318', 'date': 'Sat, 27 Aug 2022 04:45:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"15dbbdd7-bf6e-42d8-9c8c-465a3f1fec44","name":"","tenant_id":"3b1896a4899d4c37af1be6a7f91249c0","network_id":"16ce1d42-ea0b-4018-9fe7-9fb890edf256","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-27T04:45:40Z","updated_at":"2022-08-27T04:45:40Z","revision_number":0,"project_id":"3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:45,091 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 2.314s 2022-08-27 04:45:45,092 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "f46ea82e-3b25-49fd-b1e8-37eb05c0adb3", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-5e8d20b2-4dc6-4863-b9e4-b14db87ecf82', 'date': 'Sat, 27 Aug 2022 04:45:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b37327d0-7a54-461f-b8be-34db4134cdd3","name":"","tenant_id":"3b1896a4899d4c37af1be6a7f91249c0","network_id":"f46ea82e-3b25-49fd-b1e8-37eb05c0adb3","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-27T04:45:43Z","updated_at":"2022-08-27T04:45:43Z","revision_number":0,"project_id":"3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:49,814 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/ports 4.721s 2022-08-27 04:45:49,814 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "16ce1d42-ea0b-4018-9fe7-9fb890edf256", "name": "tempest-TaggedBootDevicesTest_v242-946895518", "fixed_ips": [{"subnet_id": "15dbbdd7-bf6e-42d8-9c8c-465a3f1fec44"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-3d296ae7-140e-40e2-9e74-97291c8d2b24', 'date': 'Sat, 27 Aug 2022 04:45:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"ec3ee96f-1f99-4fe0-846a-ef5c429c08a1","name":"tempest-TaggedBootDevicesTest_v242-946895518","network_id":"16ce1d42-ea0b-4018-9fe7-9fb890edf256","tenant_id":"3b1896a4899d4c37af1be6a7f91249c0","mac_address":"fa:16:3e:26:d2:f7","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"15dbbdd7-bf6e-42d8-9c8c-465a3f1fec44","ip_address":"10.1.1.73"}],"project_id":"3b1896a4899d4c37af1be6a7f91249c0","port_security_enabled":true,"security_groups":["d1433d19-db62-4707-994b-1a08eaaa1ea2"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-27T04:45:46Z","updated_at":"2022-08-27T04:45:47Z","revision_number":1}}' 2022-08-27 04:45:53,363 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76:9696/networking/v2.0/ports 3.548s 2022-08-27 04:45:53,363 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "16ce1d42-ea0b-4018-9fe7-9fb890edf256", "name": "tempest-TaggedBootDevicesTest_v242-1480630382", "fixed_ips": [{"subnet_id": "15dbbdd7-bf6e-42d8-9c8c-465a3f1fec44"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-b7f1fa21-2c75-4773-b5bc-2e3ffb834251', 'date': 'Sat, 27 Aug 2022 04:45:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"cb2a2d67-b47e-495f-8636-6d4336fac718","name":"tempest-TaggedBootDevicesTest_v242-1480630382","network_id":"16ce1d42-ea0b-4018-9fe7-9fb890edf256","tenant_id":"3b1896a4899d4c37af1be6a7f91249c0","mac_address":"fa:16:3e:0d:d9:23","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"15dbbdd7-bf6e-42d8-9c8c-465a3f1fec44","ip_address":"10.1.1.55"}],"project_id":"3b1896a4899d4c37af1be6a7f91249c0","port_security_enabled":true,"security_groups":["d1433d19-db62-4707-994b-1a08eaaa1ea2"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-27T04:45:50Z","updated_at":"2022-08-27T04:45:51Z","revision_number":1}}' 2022-08-27 04:45:53,364 130317 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:45:53,364 130317 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:45:53,568 130317 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.200s 2022-08-27 04:45:53,569 130317 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-612223524", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKkI/PZyY4NzT+G8sC1WNDyzG9ZuWmwQKu54XgxT2APFF8YWiYSveT0KVdSzSsTjQ3iXOrWDr4X21tems5NRhCFjCDhXqm1LsdijeV+HyM4geQsCzA/pcN3W0XoSxXQgSQ=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:53 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-66696cab-c43e-4a55-a4af-9b4d15910aca', 'x-compute-request-id': 'req-66696cab-c43e-4a55-a4af-9b4d15910aca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-612223524", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKkI/PZyY4NzT+G8sC1WNDyzG9ZuWmwQKu54XgxT2APFF8YWiYSveT0KVdSzSsTjQ3iXOrWDr4X21tems5NRhCFjCDhXqm1LsdijeV+HyM4geQsCzA/pcN3W0XoSxXQgSQ==", "fingerprint": "48:80:b4:d9:11:66:1c:31:eb:8b:a1:82:e3:eb:55:62", "user_id": "83867771c9a1442cba2837c1132df88d"}}' 2022-08-27 04:45:53,571 130317 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-612223524 created 2022-08-27 04:45:54,250 130317 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.678s 2022-08-27 04:45:54,251 130317 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--785841905", "description": "tempest-description--899190375"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-58b28575-c107-41fc-b3e6-fffb1e50dcdc', 'date': 'Sat, 27 Aug 2022 04:45:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c2e364e3-cfcf-4a35-b526-6f173e3a993d", "name": "tempest-securitygroup--785841905", "stateful": true, "tenant_id": "3b1896a4899d4c37af1be6a7f91249c0", "description": "tempest-description--899190375", "shared": false, "security_group_rules": [{"id": "437a69b1-668a-401a-a042-7e8105c7bb49", "tenant_id": "3b1896a4899d4c37af1be6a7f91249c0", "security_group_id": "c2e364e3-cfcf-4a35-b526-6f173e3a993d", "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": 1074, "description": null, "tags": [], "created_at": "2022-08-27T04:45:53Z", "updated_at": "2022-08-27T04:45:53Z", "revision_number": 0, "project_id": "3b1896a4899d4c37af1be6a7f91249c0"}, {"id": "b914637d-2095-4e0d-8808-5e4671b63f9b", "tenant_id": "3b1896a4899d4c37af1be6a7f91249c0", "security_group_id": "c2e364e3-cfcf-4a35-b526-6f173e3a993d", "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": 1073, "description": null, "tags": [], "created_at": "2022-08-27T04:45:53Z", "updated_at": "2022-08-27T04:45:53Z", "revision_number": 0, "project_id": "3b1896a4899d4c37af1be6a7f91249c0"}], "tags": [], "created_at": "2022-08-27T04:45:53Z", "updated_at": "2022-08-27T04:45:53Z", "revision_number": 1, "project_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:54,742 130317 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.490s 2022-08-27 04:45:54,747 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c2e364e3-cfcf-4a35-b526-6f173e3a993d", "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-441c166d-68f7-439e-b621-fe6b42fc5af7', 'date': 'Sat, 27 Aug 2022 04:45:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c41c3f79-586f-4041-9195-1b845f596fae", "tenant_id": "3b1896a4899d4c37af1be6a7f91249c0", "security_group_id": "c2e364e3-cfcf-4a35-b526-6f173e3a993d", "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-27T04:45:54Z", "updated_at": "2022-08-27T04:45:54Z", "revision_number": 0, "project_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:55,175 130317 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.428s 2022-08-27 04:45:55,176 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c2e364e3-cfcf-4a35-b526-6f173e3a993d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f10beb34-6635-49d3-bb6a-34bd4627a9d2', 'date': 'Sat, 27 Aug 2022 04:45:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c7fafc9c-4613-479b-bb08-a7711b4b2c0d", "tenant_id": "3b1896a4899d4c37af1be6a7f91249c0", "security_group_id": "c2e364e3-cfcf-4a35-b526-6f173e3a993d", "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-27T04:45:54Z", "updated_at": "2022-08-27T04:45:54Z", "revision_number": 0, "project_id": "3b1896a4899d4c37af1be6a7f91249c0"}}' 2022-08-27 04:45:55,176 130317 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--785841905 created 2022-08-27 04:45:56,857 130317 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 1.681s 2022-08-27 04:45:56,858 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-7d3e7be2-fc3a-43ea-ba73-a6b46679a624', 'date': 'Sat, 27 Aug 2022 04:45:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9ed6dbc7-7dfb-4fcf-9274-824762fc24c2", "tenant_id": "3b1896a4899d4c37af1be6a7f91249c0", "floating_ip_address": "172.25.2.80", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3b1896a4899d4c37af1be6a7f91249c0", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:45:56Z", "updated_at": "2022-08-27T04:45:56Z", "revision_number": 0}}' 2022-08-27 04:45:56,858 130317 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9ed6dbc7-7dfb-4fcf-9274-824762fc24c2', 'tenant_id': '3b1896a4899d4c37af1be6a7f91249c0', 'floating_ip_address': '172.25.2.80', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3b1896a4899d4c37af1be6a7f91249c0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:45:56Z', 'updated_at': '2022-08-27T04:45:56Z', 'revision_number': 0, 'ip': '172.25.2.80'} created 2022-08-27 04:45:57,097 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.232s 2022-08-27 04:45:57,097 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:56 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-c8e94d6c-b700-4f8f-a972-259ea1817c44', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "83867771c9a1442cba2837c1132df88d", "name": "tempest-TaggedBootDevicesTest_v242-85610731-project", "password_expires_at": null}, "audit_ids": ["Lz7thOVhRB--9O3YzHE7Gg"], "expires_at": "2022-08-27T05:45:57.000000Z", "issued_at": "2022-08-27T04:45:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b1896a4899d4c37af1be6a7f91249c0", "name": "tempest-TaggedBootDevicesTest_v242-85610731"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:57,098 130317 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '8c494509-f57b-4935-9704-d9c2d00d1f50', 'name': 'tempest-TaggedBootDevicesTest_v242-425288806-network', 'tenant_id': '3b1896a4899d4c37af1be6a7f91249c0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3b1896a4899d4c37af1be6a7f91249c0', '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-27T04:43:48Z', 'updated_at': '2022-08-27T04:43:48Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:57,549 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.446s 2022-08-27 04:45:57,550 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45: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-c9189848-50fb-418a-9ff9-e6fc30a254f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "83867771c9a1442cba2837c1132df88d", "name": "tempest-TaggedBootDevicesTest_v242-85610731-project", "password_expires_at": null}, "audit_ids": ["09x4qDTITdqzOUa6DiTa9g"], "expires_at": "2022-08-27T05:45:57.000000Z", "issued_at": "2022-08-27T04:45:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b1896a4899d4c37af1be6a7f91249c0", "name": "tempest-TaggedBootDevicesTest_v242-85610731"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/3b1896a4899d4c37af1be6a7f91249c0", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:45:57,550 130317 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '8c494509-f57b-4935-9704-d9c2d00d1f50', 'name': 'tempest-TaggedBootDevicesTest_v242-425288806-network', 'tenant_id': '3b1896a4899d4c37af1be6a7f91249c0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3b1896a4899d4c37af1be6a7f91249c0', '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-27T04:43:48Z', 'updated_at': '2022-08-27T04:43:48Z', 'revision_number': 1} available for tenant 2022-08-27 04:45:57,551 130317 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-612223524', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKkI/PZyY4NzT+G8sC1WNDyzG9ZuWmwQKu54XgxT2APFF8YWiYSveT0KVdSzSsTjQ3iXOrWDr4X21tems5NRhCFjCDhXqm1LsdijeV+HyM4geQsCzA/pcN3W0XoSxXQgSQ==', 'fingerprint': '48:80:b4:d9:11:66:1c:31:eb:8b:a1:82:e3:eb:55:62', 'user_id': '83867771c9a1442cba2837c1132df88d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDASlJvM8TT4VSFTRfTrBHB6Lcwbpxri4cBW5/avPaSfzpq7/IOGHkaL\noiGSiIyfmh+gBwYFK4EEACKhZANiAASpCPz2cmODc0/hvLAtVjQ8sxvWblpsECru\neF4MU9gDxRfGFomEr3k9ClXUs0rE40N4lzq1g6+F9tbXprOTUYQhYwg4V6ptS7HY\no3lfh8jOIHkLAswP6XDd1tF6EsV0IEk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c2e364e3-cfcf-4a35-b526-6f173e3a993d', 'name': 'tempest-securitygroup--785841905', 'stateful': True, 'tenant_id': '3b1896a4899d4c37af1be6a7f91249c0', 'description': 'tempest-description--899190375', 'shared': False, 'security_group_rules': [{'id': '437a69b1-668a-401a-a042-7e8105c7bb49', 'tenant_id': '3b1896a4899d4c37af1be6a7f91249c0', 'security_group_id': 'c2e364e3-cfcf-4a35-b526-6f173e3a993d', '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': 1074, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:45:53Z', 'updated_at': '2022-08-27T04:45:53Z', 'revision_number': 0, 'project_id': '3b1896a4899d4c37af1be6a7f91249c0'}, {'id': 'b914637d-2095-4e0d-8808-5e4671b63f9b', 'tenant_id': '3b1896a4899d4c37af1be6a7f91249c0', 'security_group_id': 'c2e364e3-cfcf-4a35-b526-6f173e3a993d', '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': 1073, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:45:53Z', 'updated_at': '2022-08-27T04:45:53Z', 'revision_number': 0, 'project_id': '3b1896a4899d4c37af1be6a7f91249c0'}], 'tags': [], 'created_at': '2022-08-27T04:45:53Z', 'updated_at': '2022-08-27T04:45:53Z', 'revision_number': 1, 'project_id': '3b1896a4899d4c37af1be6a7f91249c0'}, 'floating_ip': {'id': '9ed6dbc7-7dfb-4fcf-9274-824762fc24c2', 'tenant_id': '3b1896a4899d4c37af1be6a7f91249c0', 'floating_ip_address': '172.25.2.80', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3b1896a4899d4c37af1be6a7f91249c0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:45:56Z', 'updated_at': '2022-08-27T04:45:56Z', 'revision_number': 0, 'ip': '172.25.2.80'}} 2022-08-27 04:45:58,583 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 POST http://10.222.0.76/compute/v2.1/servers 1.030s 2022-08-27 04:45:58,583 130317 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-693707238", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "8c494509-f57b-4935-9704-d9c2d00d1f50"}, {"port": "ec3ee96f-1f99-4fe0-846a-ef5c429c08a1", "tag": "port-1"}, {"port": "cb2a2d67-b47e-495f-8636-6d4336fac718", "tag": "port-2"}, {"uuid": "16ce1d42-ea0b-4018-9fe7-9fb890edf256", "tag": "net-1"}, {"uuid": "16ce1d42-ea0b-4018-9fe7-9fb890edf256"}, {"uuid": "f46ea82e-3b25-49fd-b1e8-37eb05c0adb3", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "f46ea82e-3b25-49fd-b1e8-37eb05c0adb3", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "0bddd02f-8266-4fbc-ab2f-7e67a8ee6eff", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "ce25e7ad-00bd-4191-a8f8-adc90c101428", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "fcc78a9e-08b0-4caa-969f-2e42ed6a6d15", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--785841905"}], "key_name": "tempest-keypair-612223524", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:45:57 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-e1747ede-ba09-4dab-b739-be325dee637f', 'x-compute-request-id': 'req-e1747ede-ba09-4dab-b739-be325dee637f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:45:59,015 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-612223524 0.424s 2022-08-27 04:45:59,015 130317 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': 'Sat, 27 Aug 2022 04:45:58 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-99d6ec7c-4162-48f1-a6e7-b9ebeab904bb', 'x-compute-request-id': 'req-99d6ec7c-4162-48f1-a6e7-b9ebeab904bb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-612223524'} Body: b'' 2022-08-27 04:45:59,618 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/c2e364e3-cfcf-4a35-b526-6f173e3a993d 0.602s 2022-08-27 04:45:59,618 130317 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-e7f31b0a-c419-484b-a2a9-d65b4ffb252b', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:45:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/c2e364e3-cfcf-4a35-b526-6f173e3a993d'} Body: b'' 2022-08-27 04:45:59,647 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/c2e364e3-cfcf-4a35-b526-6f173e3a993d 0.028s 2022-08-27 04:45:59,648 130317 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-631b5449-bb25-41ab-915b-d2efdde282df', 'date': 'Sat, 27 Aug 2022 04:45:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/c2e364e3-cfcf-4a35-b526-6f173e3a993d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c2e364e3-cfcf-4a35-b526-6f173e3a993d does not exist", "detail": ""}}' 2022-08-27 04:46:00,500 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/9ed6dbc7-7dfb-4fcf-9274-824762fc24c2 0.851s 2022-08-27 04:46:00,501 130317 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-ceeeb58b-2469-42cc-b73d-5e49df6d6f5c', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:46:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/9ed6dbc7-7dfb-4fcf-9274-824762fc24c2'} Body: b'' 2022-08-27 04:46:01,272 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/ports/cb2a2d67-b47e-495f-8636-6d4336fac718 0.771s 2022-08-27 04:46:01,273 130317 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-2c2c4ccf-74e4-4570-b9b5-f42d8d2afa52', 'date': 'Sat, 27 Aug 2022 04:46:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports/cb2a2d67-b47e-495f-8636-6d4336fac718'} Body: b'' 2022-08-27 04:46:02,339 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/ports/ec3ee96f-1f99-4fe0-846a-ef5c429c08a1 1.065s 2022-08-27 04:46:02,339 130317 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-17229e73-862b-4b17-8bdf-6b37ca088d96', 'date': 'Sat, 27 Aug 2022 04:46:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/ports/ec3ee96f-1f99-4fe0-846a-ef5c429c08a1'} Body: b'' 2022-08-27 04:46:03,157 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/b37327d0-7a54-461f-b8be-34db4134cdd3 0.817s 2022-08-27 04:46:03,157 130317 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-82380155-cc9f-4d9e-9013-1294f9f731b9', 'date': 'Sat, 27 Aug 2022 04:46:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/b37327d0-7a54-461f-b8be-34db4134cdd3'} Body: b'' 2022-08-27 04:46:04,231 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/15dbbdd7-bf6e-42d8-9c8c-465a3f1fec44 1.073s 2022-08-27 04:46:04,232 130317 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-7b76365c-1246-4367-9780-9b28589ed7ec', 'date': 'Sat, 27 Aug 2022 04:46:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/15dbbdd7-bf6e-42d8-9c8c-465a3f1fec44'} Body: b'' 2022-08-27 04:46:06,419 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/f46ea82e-3b25-49fd-b1e8-37eb05c0adb3 2.186s 2022-08-27 04:46:06,419 130317 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-4950dc5b-454a-43c5-830c-34d2a107a379', 'date': 'Sat, 27 Aug 2022 04:46:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/f46ea82e-3b25-49fd-b1e8-37eb05c0adb3'} Body: b'' 2022-08-27 04:46:07,772 130317 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/16ce1d42-ea0b-4018-9fe7-9fb890edf256 1.352s 2022-08-27 04:46:07,772 130317 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-f0e294e0-5bb6-43d2-ad39-a9e2f8cd3fb7', 'date': 'Sat, 27 Aug 2022 04:46:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/16ce1d42-ea0b-4018-9fe7-9fb890edf256'} 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-27 04:51:56,823 130319 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST http://10.222.0.76/identity/v3/auth/tokens 1.132s 2022-08-27 04:51:56,823 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:55 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-adecdddb-9330-4d8f-8aad-10e3ddd4198e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2dbd274a4c0243ecb81e238288d3893e", "name": "tempest-ServerDiskConfigTestJSON-263536246-project", "password_expires_at": null}, "audit_ids": ["moj0vz5VTOClTLU3cYN-Ew"], "expires_at": "2022-08-27T05:51:56.000000Z", "issued_at": "2022-08-27T04:51:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e490bef1fb4425cb00bc508165626fd", "name": "tempest-ServerDiskConfigTestJSON-263536246"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:51:56,824 130319 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': 'd05bf3b8-33b1-435e-a40e-b45628c0b12d', 'name': 'tempest-ServerDiskConfigTestJSON-1393506305-network', 'tenant_id': '0e490bef1fb4425cb00bc508165626fd', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e490bef1fb4425cb00bc508165626fd', '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-27T04:51:43Z', 'updated_at': '2022-08-27T04:51:44Z', 'revision_number': 1} available for tenant 2022-08-27 04:51:59,153 130319 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 500 POST http://10.222.0.76/compute/v2.1/servers 2.328s 2022-08-27 04:51:59,153 130319 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-805729632", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "d05bf3b8-33b1-435e-a40e-b45628c0b12d"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04: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-403cce6a-a304-4c94-a2c6-f4421095a112', 'x-compute-request-id': 'req-403cce6a-a304-4c94-a2c6-f4421095a112', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:51:59,710 130319 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.539s 2022-08-27 04:51:59,711 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51:59 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-589883ba-d695-4484-89d6-c8b15b09d825', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2dbd274a4c0243ecb81e238288d3893e", "name": "tempest-ServerDiskConfigTestJSON-263536246-project", "password_expires_at": null}, "audit_ids": ["mTWtGYxdTFSQ-RWM7wUf2w"], "expires_at": "2022-08-27T05:51:59.000000Z", "issued_at": "2022-08-27T04:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e490bef1fb4425cb00bc508165626fd", "name": "tempest-ServerDiskConfigTestJSON-263536246"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:51:59,711 130319 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': 'd05bf3b8-33b1-435e-a40e-b45628c0b12d', 'name': 'tempest-ServerDiskConfigTestJSON-1393506305-network', 'tenant_id': '0e490bef1fb4425cb00bc508165626fd', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e490bef1fb4425cb00bc508165626fd', '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-27T04:51:43Z', 'updated_at': '2022-08-27T04:51:44Z', 'revision_number': 1} available for tenant 2022-08-27 04:52:00,945 130319 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 500 POST http://10.222.0.76/compute/v2.1/servers 1.232s 2022-08-27 04:52:00,945 130319 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-2019189230", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "d05bf3b8-33b1-435e-a40e-b45628c0b12d"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:51: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-b1166753-a247-49f1-909b-6c05ccfa4594', 'x-compute-request-id': 'req-b1166753-a247-49f1-909b-6c05ccfa4594', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:52:01,153 130319 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.197s 2022-08-27 04:52:01,154 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-25cadd58-ba62-4c8c-96c9-429fdccec4a8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2dbd274a4c0243ecb81e238288d3893e", "name": "tempest-ServerDiskConfigTestJSON-263536246-project", "password_expires_at": null}, "audit_ids": ["L6SpZIUhQnGHtlJRv_vfdA"], "expires_at": "2022-08-27T05:52:01.000000Z", "issued_at": "2022-08-27T04:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e490bef1fb4425cb00bc508165626fd", "name": "tempest-ServerDiskConfigTestJSON-263536246"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/0e490bef1fb4425cb00bc508165626fd", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:52:01,154 130319 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': 'd05bf3b8-33b1-435e-a40e-b45628c0b12d', 'name': 'tempest-ServerDiskConfigTestJSON-1393506305-network', 'tenant_id': '0e490bef1fb4425cb00bc508165626fd', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e490bef1fb4425cb00bc508165626fd', '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-27T04:51:43Z', 'updated_at': '2022-08-27T04:51:44Z', 'revision_number': 1} available for tenant 2022-08-27 04:52:02,004 130319 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 500 POST http://10.222.0.76/compute/v2.1/servers 0.848s 2022-08-27 04:52:02,004 130319 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-1031595272", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "d05bf3b8-33b1-435e-a40e-b45628c0b12d"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:52: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-9a79bc57-c98b-42a4-93aa-5980e8b958fb', 'x-compute-request-id': 'req-9a79bc57-c98b-42a4-93aa-5980e8b958fb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:13:08,695 177608 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.039s 2022-08-27 05:13:08,695 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e316eb90-4c7c-465b-b3c8-11970791708a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1d92db5d9ed84fb088e271758da4adbc", "name": "tempest-ServerDiskConfigTestJSON-316939297-project", "password_expires_at": null}, "audit_ids": ["njI74ptoRtGYaDCkZ4G7Wg"], "expires_at": "2022-08-27T06:13:08.000000Z", "issued_at": "2022-08-27T05:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5543ac1f4e1742e3896e92f72506ca1b", "name": "tempest-ServerDiskConfigTestJSON-316939297"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:13:08,695 177608 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': 'e40ec964-dbf9-47b7-aabd-0c593b53a4ab', 'name': 'tempest-ServerDiskConfigTestJSON-388858822-network', 'tenant_id': '5543ac1f4e1742e3896e92f72506ca1b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5543ac1f4e1742e3896e92f72506ca1b', '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-27T05:13:03Z', 'updated_at': '2022-08-27T05:13:03Z', 'revision_number': 1} available for tenant 2022-08-27 05:13:09,109 177608 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 500 POST http://10.222.0.76/compute/v2.1/servers 0.412s 2022-08-27 05:13:09,109 177608 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-1076863490", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "e40ec964-dbf9-47b7-aabd-0c593b53a4ab"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:13: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-3cdf6d1e-4e9d-4beb-9f42-88d2f2f0edb0', 'x-compute-request-id': 'req-3cdf6d1e-4e9d-4beb-9f42-88d2f2f0edb0', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:13:09,151 177608 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.034s 2022-08-27 05:13:09,152 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-88a9e8e8-3a36-4053-aa43-f2bea16979aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1d92db5d9ed84fb088e271758da4adbc", "name": "tempest-ServerDiskConfigTestJSON-316939297-project", "password_expires_at": null}, "audit_ids": ["UW7tWBehSPWIMHiOIA3aHA"], "expires_at": "2022-08-27T06:13:09.000000Z", "issued_at": "2022-08-27T05:13:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5543ac1f4e1742e3896e92f72506ca1b", "name": "tempest-ServerDiskConfigTestJSON-316939297"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5543ac1f4e1742e3896e92f72506ca1b", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:13:09,152 177608 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': 'e40ec964-dbf9-47b7-aabd-0c593b53a4ab', 'name': 'tempest-ServerDiskConfigTestJSON-388858822-network', 'tenant_id': '5543ac1f4e1742e3896e92f72506ca1b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5543ac1f4e1742e3896e92f72506ca1b', '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-27T05:13:03Z', 'updated_at': '2022-08-27T05:13:03Z', 'revision_number': 1} available for tenant 2022-08-27 05:13:09,438 177608 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 500 POST http://10.222.0.76/compute/v2.1/servers 0.285s 2022-08-27 05:13:09,438 177608 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-347655034", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "e40ec964-dbf9-47b7-aabd-0c593b53a4ab"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:13: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-32c57d9f-dfac-4b7b-abc1-c9012ad47980', 'x-compute-request-id': 'req-32c57d9f-dfac-4b7b-abc1-c9012ad47980', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:49:33,733 130310 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.847s 2022-08-27 04:49:33,734 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:49:32 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-3fa4910d-48cc-4024-b0ac-6eba90b865b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e96a441cd02645d88fdd290a1392effa", "name": "tempest-InstanceActionsV221TestJSON-343104385-project", "password_expires_at": null}, "audit_ids": ["ty_iUjoARA2_3ORGggEpNg"], "expires_at": "2022-08-27T05:49:33.000000Z", "issued_at": "2022-08-27T04:49:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6d126858dec4bb499603c7ca379370b", "name": "tempest-InstanceActionsV221TestJSON-343104385"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/b6d126858dec4bb499603c7ca379370b", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_b6d126858dec4bb499603c7ca379370b", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/b6d126858dec4bb499603c7ca379370b", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/b6d126858dec4bb499603c7ca379370b", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:49:33,734 130310 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': '7a0d2e31-78b8-4cee-a952-73f3fe257671', 'name': 'tempest-InstanceActionsV221TestJSON-43171167-network', 'tenant_id': 'b6d126858dec4bb499603c7ca379370b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b6d126858dec4bb499603c7ca379370b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 209, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:49:19Z', 'updated_at': '2022-08-27T04:49:19Z', 'revision_number': 1} available for tenant 2022-08-27 04:49:35,560 130310 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 500 POST http://10.222.0.76/compute/v2.1/servers 1.825s 2022-08-27 04:49:35,561 130310 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-912629304", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "7a0d2e31-78b8-4cee-a952-73f3fe257671"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:49:33 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-28269010-f994-4213-aad0-d6ba6f6cda0b', 'x-compute-request-id': 'req-28269010-f994-4213-aad0-d6ba6f6cda0b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:46:38,299 130312 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.046s 2022-08-27 04:46:38,299 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3258', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b98d8c0e-6781-4bd1-bee9-900366d82efc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0d9a43514b8d4c9ba725074185734bf7", "name": "tempest-MultipleCreateTestJSON-1779642647-project", "password_expires_at": null}, "audit_ids": ["oKkHEiYLQ9uXU3HxG1Pygg"], "expires_at": "2022-08-27T05:46:38.000000Z", "issued_at": "2022-08-27T04:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e84bbf4628c144be8c336b08d9dc7482", "name": "tempest-MultipleCreateTestJSON-1779642647"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:46:38,300 130312 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': '200385b2-567c-414e-a01b-86dbaa38605c', 'name': 'tempest-MultipleCreateTestJSON-404341867-network', 'tenant_id': 'e84bbf4628c144be8c336b08d9dc7482', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e84bbf4628c144be8c336b08d9dc7482', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 233, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:46:16Z', 'updated_at': '2022-08-27T04:46:17Z', 'revision_number': 1} available for tenant 2022-08-27 04:46:39,854 130312 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 500 POST http://10.222.0.76/compute/v2.1/servers 1.552s 2022-08-27 04:46:39,854 130312 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-980033233", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "min_count": 2, "networks": [{"uuid": "200385b2-567c-414e-a01b-86dbaa38605c"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-8d90017b-f430-4b2a-aa93-a42054cf0e68', 'x-compute-request-id': 'req-8d90017b-f430-4b2a-aa93-a42054cf0e68', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:46:39,950 130312 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.085s 2022-08-27 04:46:39,951 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46:39 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-7c63d37b-dadb-4596-84b1-7d810ba73321', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0d9a43514b8d4c9ba725074185734bf7", "name": "tempest-MultipleCreateTestJSON-1779642647-project", "password_expires_at": null}, "audit_ids": ["cgC4YelTT96xm4BBkEo0qQ"], "expires_at": "2022-08-27T05:46:39.000000Z", "issued_at": "2022-08-27T04:46:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e84bbf4628c144be8c336b08d9dc7482", "name": "tempest-MultipleCreateTestJSON-1779642647"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/e84bbf4628c144be8c336b08d9dc7482", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:46:39,951 130312 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create_with_reservation_return) Found network {'id': '200385b2-567c-414e-a01b-86dbaa38605c', 'name': 'tempest-MultipleCreateTestJSON-404341867-network', 'tenant_id': 'e84bbf4628c144be8c336b08d9dc7482', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e84bbf4628c144be8c336b08d9dc7482', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 233, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:46:16Z', 'updated_at': '2022-08-27T04:46:17Z', 'revision_number': 1} available for tenant 2022-08-27 04:46:42,260 130312 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 500 POST http://10.222.0.76/compute/v2.1/servers 2.307s 2022-08-27 04:46:42,260 130312 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-781307202", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "min_count": 1, "max_count": 2, "return_reservation_id": true, "networks": [{"uuid": "200385b2-567c-414e-a01b-86dbaa38605c"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:46: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-e6122882-900f-488d-beae-230b25fd09e1', 'x-compute-request-id': 'req-e6122882-900f-488d-beae-230b25fd09e1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:19,000 130304 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.227s 2022-08-27 04:48:19,000 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3b9788fb-e5d4-4188-bd2c-2e653317ee77', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "73b00135aa2e42c3af6ac6c1afa4fd4e", "name": "tempest-ServerGroupTestJSON-835211356-project", "password_expires_at": null}, "audit_ids": ["a0RP8gKWSXGsConwzykJPQ"], "expires_at": "2022-08-27T05:48:18.000000Z", "issued_at": "2022-08-27T04:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3f9953aa720463aa062c0715d7146cb", "name": "tempest-ServerGroupTestJSON-835211356"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a3f9953aa720463aa062c0715d7146cb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_a3f9953aa720463aa062c0715d7146cb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/a3f9953aa720463aa062c0715d7146cb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/a3f9953aa720463aa062c0715d7146cb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:19,001 130304 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': '9f11b454-6aee-47c5-bf3d-a86358baa4c4', 'name': 'tempest-ServerGroupTestJSON-714640807-network', 'tenant_id': 'a3f9953aa720463aa062c0715d7146cb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a3f9953aa720463aa062c0715d7146cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 233, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:48:01Z', 'updated_at': '2022-08-27T04:48:01Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:20,193 130304 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 500 POST http://10.222.0.76/compute/v2.1/servers 1.191s 2022-08-27 04:48:20,193 130304 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-1871287098", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "9f11b454-6aee-47c5-bf3d-a86358baa4c4"}]}, "os:scheduler_hints": {"group": "deb32fb6-4da6-4806-8e69-0e0c62ca3c58"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-30760c63-c0a3-4211-81e0-f47fad5f0f19', 'x-compute-request-id': 'req-30760c63-c0a3-4211-81e0-f47fad5f0f19', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:29,422 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.117s 2022-08-27 04:48:29,422 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:29 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-cf1117e1-92d2-4d6c-b9aa-626cd68ae7e7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a60798780db14e00a12cbae6f8253ee2", "name": "tempest-ServersTestJSON-280966140-project", "password_expires_at": null}, "audit_ids": ["YQxTio99S-eSuqjeEvqcNw"], "expires_at": "2022-08-27T05:48:29.000000Z", "issued_at": "2022-08-27T04:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9810a6d61ab4eb281b5bc5d5ecff6fa", "name": "tempest-ServersTestJSON-280966140"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:29,423 130308 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': '0ef7236e-dd9f-4123-99ab-fea13f774e50', 'name': 'tempest-ServersTestJSON-2008025527-network', 'tenant_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', '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-27T04:48:11Z', 'updated_at': '2022-08-27T04:48:11Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:30,935 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 500 POST http://10.222.0.76/compute/v2.1/servers 1.512s 2022-08-27 04:48:30,936 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-\u20a1-862970139", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "0ef7236e-dd9f-4123-99ab-fea13f774e50"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48: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-283a82ce-fb1a-40f0-926d-b54762e8a2c7', 'x-compute-request-id': 'req-283a82ce-fb1a-40f0-926d-b54762e8a2c7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:30,937 130308 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-27 04:48:31,247 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.292s 2022-08-27 04:48:31,247 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:30 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-97c19faf-5d17-47ab-ad30-8f8fccca8e2d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a60798780db14e00a12cbae6f8253ee2", "name": "tempest-ServersTestJSON-280966140-project", "password_expires_at": null}, "audit_ids": ["ak0EbpQ5Qx6ZHpTxoZMkLA"], "expires_at": "2022-08-27T05:48:31.000000Z", "issued_at": "2022-08-27T04:48:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9810a6d61ab4eb281b5bc5d5ecff6fa", "name": "tempest-ServersTestJSON-280966140"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:31,248 130308 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_admin_password) Found network {'id': '0ef7236e-dd9f-4123-99ab-fea13f774e50', 'name': 'tempest-ServersTestJSON-2008025527-network', 'tenant_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', '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-27T04:48:11Z', 'updated_at': '2022-08-27T04:48:11Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:32,418 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 500 POST http://10.222.0.76/compute/v2.1/servers 1.170s 2022-08-27 04:48:32,419 130308 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-1926333167", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "testpassword", "networks": [{"uuid": "0ef7236e-dd9f-4123-99ab-fea13f774e50"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48: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-80c98740-1b00-44b7-84a5-e2468062e2c2', 'x-compute-request-id': 'req-80c98740-1b00-44b7-84a5-e2468062e2c2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:32,679 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.252s 2022-08-27 04:48:32,679 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:32 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-cda60d42-9a98-44ff-ba25-287e34201faa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a60798780db14e00a12cbae6f8253ee2", "name": "tempest-ServersTestJSON-280966140-project", "password_expires_at": null}, "audit_ids": ["4Pzzp-oCRYWpSiOedjPH0Q"], "expires_at": "2022-08-27T05:48:32.000000Z", "issued_at": "2022-08-27T04:48:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9810a6d61ab4eb281b5bc5d5ecff6fa", "name": "tempest-ServersTestJSON-280966140"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:32,680 130308 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': '0ef7236e-dd9f-4123-99ab-fea13f774e50', 'name': 'tempest-ServersTestJSON-2008025527-network', 'tenant_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', '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-27T04:48:11Z', 'updated_at': '2022-08-27T04:48:11Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:34,475 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 500 POST http://10.222.0.76/compute/v2.1/servers 1.794s 2022-08-27 04:48:34,476 130308 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-1560981878", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "accessIPv6": "2001:2001::3", "networks": [{"uuid": "0ef7236e-dd9f-4123-99ab-fea13f774e50"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48: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-4689f340-e490-4761-bf28-4900fcd0c07e', 'x-compute-request-id': 'req-4689f340-e490-4761-bf28-4900fcd0c07e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:34,731 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.250s 2022-08-27 04:48:34,731 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-key-99390826", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSaQ3wfOV8felvPincFq+pg2hVP4ogm6wstHA85s86u+H8gu5pqljY5WiVup9lySQ1CmpFGClMzSgXE3Tv3VNsyf5bZAOcYA2jippCBGRpd9BzEQB7q96Jtu/d+qYl9Gw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:34 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-a8ce23fa-4a7d-4497-9675-4ec91a4ca974', 'x-compute-request-id': 'req-a8ce23fa-4a7d-4497-9675-4ec91a4ca974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-key-99390826", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSaQ3wfOV8felvPincFq+pg2hVP4ogm6wstHA85s86u+H8gu5pqljY5WiVup9lySQ1CmpFGClMzSgXE3Tv3VNsyf5bZAOcYA2jippCBGRpd9BzEQB7q96Jtu/d+qYl9Gw==", "fingerprint": "f3:f0:13:c2:6d:c9:46:5f:c7:a4:06:74:13:a2:17:63", "user_id": "a60798780db14e00a12cbae6f8253ee2"}}' 2022-08-27 04:48:34,771 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.76/compute/v2.1/os-keypairs 0.036s 2022-08-27 04:48:34,771 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-354b20b8-1ebd-4f09-8830-2709473e0b43', 'x-compute-request-id': 'req-354b20b8-1ebd-4f09-8830-2709473e0b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypairs": [{"keypair": {"name": "tempest-key-99390826", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSaQ3wfOV8felvPincFq+pg2hVP4ogm6wstHA85s86u+H8gu5pqljY5WiVup9lySQ1CmpFGClMzSgXE3Tv3VNsyf5bZAOcYA2jippCBGRpd9BzEQB7q96Jtu/d+qYl9Gw==", "fingerprint": "f3:f0:13:c2:6d:c9:46:5f:c7:a4:06:74:13:a2:17:63"}}]}' 2022-08-27 04:48:35,199 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.421s 2022-08-27 04:48:35,200 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:34 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-1e3240fd-b921-4f69-8a1f-5fc98d8ee7e7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a60798780db14e00a12cbae6f8253ee2", "name": "tempest-ServersTestJSON-280966140-project", "password_expires_at": null}, "audit_ids": ["ypwr1UaaSQaydpMOWMzkhQ"], "expires_at": "2022-08-27T05:48:35.000000Z", "issued_at": "2022-08-27T04:48:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9810a6d61ab4eb281b5bc5d5ecff6fa", "name": "tempest-ServersTestJSON-280966140"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:35,200 130308 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': '0ef7236e-dd9f-4123-99ab-fea13f774e50', 'name': 'tempest-ServersTestJSON-2008025527-network', 'tenant_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', '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-27T04:48:11Z', 'updated_at': '2022-08-27T04:48:11Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:35,925 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 500 POST http://10.222.0.76/compute/v2.1/servers 0.724s 2022-08-27 04:48:35,937 130308 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-944696128", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "key_name": "tempest-key-99390826", "networks": [{"uuid": "0ef7236e-dd9f-4123-99ab-fea13f774e50"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5f137b48-4bf3-44dd-b3e5-ff190a14d71d', 'x-compute-request-id': 'req-5f137b48-4bf3-44dd-b3e5-ff190a14d71d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:36,120 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-key-99390826 0.182s 2022-08-27 04:48:36,120 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3231f2c9-3738-4bf2-bfca-86451e985ec3', 'x-compute-request-id': 'req-3231f2c9-3738-4bf2-bfca-86451e985ec3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-key-99390826'} 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-27 04:48:36,674 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.546s 2022-08-27 04:48:36,674 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:36 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-dc590a15-3a9d-44cd-a69e-0b6c917896b3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a60798780db14e00a12cbae6f8253ee2", "name": "tempest-ServersTestJSON-280966140-project", "password_expires_at": null}, "audit_ids": ["mXL5SwP5RwyoZnpbigDp9A"], "expires_at": "2022-08-27T05:48:36.000000Z", "issued_at": "2022-08-27T04:48:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9810a6d61ab4eb281b5bc5d5ecff6fa", "name": "tempest-ServersTestJSON-280966140"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:36,675 130308 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': '0ef7236e-dd9f-4123-99ab-fea13f774e50', 'name': 'tempest-ServersTestJSON-2008025527-network', 'tenant_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', '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-27T04:48:11Z', 'updated_at': '2022-08-27T04:48:11Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:37,776 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 500 POST http://10.222.0.76/compute/v2.1/servers 1.100s 2022-08-27 04:48:37,777 130308 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-1529241101", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "0ef7236e-dd9f-4123-99ab-fea13f774e50"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48: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-37be1b77-5196-4952-8158-52d50cfc233e', 'x-compute-request-id': 'req-37be1b77-5196-4952-8158-52d50cfc233e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:38,428 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.643s 2022-08-27 04:48:38,429 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:37 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-1f9d7d28-bf5d-4ae6-81ce-a69bd24e6e20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a60798780db14e00a12cbae6f8253ee2", "name": "tempest-ServersTestJSON-280966140-project", "password_expires_at": null}, "audit_ids": ["f3sSXfXoQxms_PxpCJMIFA"], "expires_at": "2022-08-27T05:48:38.000000Z", "issued_at": "2022-08-27T04:48:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9810a6d61ab4eb281b5bc5d5ecff6fa", "name": "tempest-ServersTestJSON-280966140"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:38,429 130308 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': '0ef7236e-dd9f-4123-99ab-fea13f774e50', 'name': 'tempest-ServersTestJSON-2008025527-network', 'tenant_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', '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-27T04:48:11Z', 'updated_at': '2022-08-27T04:48:11Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:39,502 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 500 POST http://10.222.0.76/compute/v2.1/servers 1.072s 2022-08-27 04:48:39,503 130308 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-1520779988", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "0ef7236e-dd9f-4123-99ab-fea13f774e50"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-13ca9e31-df55-405c-aa38-92b94af1913b', 'x-compute-request-id': 'req-13ca9e31-df55-405c-aa38-92b94af1913b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:39,849 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.339s 2022-08-27 04:48:39,850 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:39 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-28e0754a-8f98-47e0-8998-278c41973b6a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a60798780db14e00a12cbae6f8253ee2", "name": "tempest-ServersTestJSON-280966140-project", "password_expires_at": null}, "audit_ids": ["1bHCp6rySne443Mf2t59-g"], "expires_at": "2022-08-27T05:48:39.000000Z", "issued_at": "2022-08-27T04:48:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9810a6d61ab4eb281b5bc5d5ecff6fa", "name": "tempest-ServersTestJSON-280966140"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9810a6d61ab4eb281b5bc5d5ecff6fa", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:39,850 130308 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': '0ef7236e-dd9f-4123-99ab-fea13f774e50', 'name': 'tempest-ServersTestJSON-2008025527-network', 'tenant_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9810a6d61ab4eb281b5bc5d5ecff6fa', '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-27T04:48:11Z', 'updated_at': '2022-08-27T04:48:11Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:40,490 130308 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 500 POST http://10.222.0.76/compute/v2.1/servers 0.639s 2022-08-27 04:48:40,491 130308 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-844498645", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "0ef7236e-dd9f-4123-99ab-fea13f774e50"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48: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-fa997fdd-5856-4e60-b093-eb9939e7268a', 'x-compute-request-id': 'req-fa997fdd-5856-4e60-b093-eb9939e7268a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:47:50,565 130312 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:47:50,565 130312 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:47:50,962 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.394s 2022-08-27 04:47:50,963 130312 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-1291448548", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCgmDQ2Ml457NzcQnV1UmcGyUgC1jjqPaOkYvMPjeUMWuApHgwn98bGxPXxmvbdMz+CL8DRhw0+hcAncZG+E/N1qQ9pR3qvDSLFGdEKAlc9CZgyLjyweT55i/Rb90wefyg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:50 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-d147c842-d658-41a0-9c0a-8f96dbab29b9', 'x-compute-request-id': 'req-d147c842-d658-41a0-9c0a-8f96dbab29b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1291448548", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCgmDQ2Ml457NzcQnV1UmcGyUgC1jjqPaOkYvMPjeUMWuApHgwn98bGxPXxmvbdMz+CL8DRhw0+hcAncZG+E/N1qQ9pR3qvDSLFGdEKAlc9CZgyLjyweT55i/Rb90wefyg==", "fingerprint": "f6:1c:0d:fc:82:72:5a:ce:59:af:02:4a:59:81:99:09", "user_id": "8af9568c510340c1adfcafe10ae44002"}}' 2022-08-27 04:47:50,966 130312 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1291448548 created 2022-08-27 04:47:52,290 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 1.323s 2022-08-27 04:47:52,290 130312 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--1689149868", "description": "tempest-description--1930282184"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-0beb9918-44e1-457a-b48e-2320307c2df2', 'date': 'Sat, 27 Aug 2022 04:47:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c", "name": "tempest-securitygroup--1689149868", "stateful": true, "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "description": "tempest-description--1930282184", "shared": false, "security_group_rules": [{"id": "b17a9f3e-8e81-4118-b55c-a1a538b88678", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c", "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": 1389, "description": null, "tags": [], "created_at": "2022-08-27T04:47:51Z", "updated_at": "2022-08-27T04:47:51Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}, {"id": "d8840190-5c9b-42a8-8e19-6eb81ce4d70e", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c", "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": 1388, "description": null, "tags": [], "created_at": "2022-08-27T04:47:51Z", "updated_at": "2022-08-27T04:47:51Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}], "tags": [], "created_at": "2022-08-27T04:47:51Z", "updated_at": "2022-08-27T04:47:51Z", "revision_number": 1, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}}' 2022-08-27 04:47:53,858 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.567s 2022-08-27 04:47:53,858 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c", "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-2a4e8859-a6ee-479e-b068-24159dc155bd', 'date': 'Sat, 27 Aug 2022 04:47:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "907c9054-87a7-410a-8498-0de9df304ea3", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c", "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-27T04:47:53Z", "updated_at": "2022-08-27T04:47:53Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}}' 2022-08-27 04:47:55,207 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.348s 2022-08-27 04:47:55,207 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4c6445e1-92ea-4954-940a-5258eeaf01b8', 'date': 'Sat, 27 Aug 2022 04:47:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d05d6093-3649-4cd7-a196-1d20bb9cc1ea", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c", "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-27T04:47:54Z", "updated_at": "2022-08-27T04:47:54Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}}' 2022-08-27 04:47:55,207 130312 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1689149868 created 2022-08-27 04:47:58,676 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 3.468s 2022-08-27 04:47:58,676 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-879c4cbc-278b-443e-bcbe-44bcba9e0ea9', 'date': 'Sat, 27 Aug 2022 04:47:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "64f78ecf-3444-4175-907d-1c54e66ea1bc", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "floating_ip_address": "172.25.2.25", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:47:57Z", "updated_at": "2022-08-27T04:47:57Z", "revision_number": 0}}' 2022-08-27 04:47:58,677 130312 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '64f78ecf-3444-4175-907d-1c54e66ea1bc', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'floating_ip_address': '172.25.2.25', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:57Z', 'updated_at': '2022-08-27T04:47:57Z', 'revision_number': 0, 'ip': '172.25.2.25'} created 2022-08-27 04:47:58,931 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.248s 2022-08-27 04:47:58,932 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:58 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-3bcff2f7-fc60-4d3c-8a80-2503e805530d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8af9568c510340c1adfcafe10ae44002", "name": "tempest-AttachVolumeShelveTestJSON-648034885-project", "password_expires_at": null}, "audit_ids": ["cBPdcyBzTASUHLih49sqjA"], "expires_at": "2022-08-27T05:47:58.000000Z", "issued_at": "2022-08-27T04:47:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "name": "tempest-AttachVolumeShelveTestJSON-648034885"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:47:58,932 130312 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '03a7835a-f52d-477c-a2dc-fcc27c449ecb', 'name': 'tempest-AttachVolumeShelveTestJSON-2091321223-network', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 249, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:47:31Z', 'updated_at': '2022-08-27T04:47:31Z', 'revision_number': 1} available for tenant 2022-08-27 04:47:58,933 130312 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1291448548', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCgmDQ2Ml457NzcQnV1UmcGyUgC1jjqPaOkYvMPjeUMWuApHgwn98bGxPXxmvbdMz+CL8DRhw0+hcAncZG+E/N1qQ9pR3qvDSLFGdEKAlc9CZgyLjyweT55i/Rb90wefyg==', 'fingerprint': 'f6:1c:0d:fc:82:72:5a:ce:59:af:02:4a:59:81:99:09', 'user_id': '8af9568c510340c1adfcafe10ae44002', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB+lcjoE0rs50mLvuaGqSo63iCybaerTCGf0N+EqegMM5HDTAdHuaCz\nB/EydOB9ZgWgBwYFK4EEACKhZANiAAQoJg0NjJeOezc3EJ1dVJnBslIAtY46j2jp\nGLzD43lDFrgKR4MJ/fGxsT18Zr23TM/gi/A0YcNPoXAJ3GRvhPzdakPaUd6rw0ix\nRnRCgJXPQmYMi48sHk+eYv0W/dMHn8o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c', 'name': 'tempest-securitygroup--1689149868', 'stateful': True, 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'description': 'tempest-description--1930282184', 'shared': False, 'security_group_rules': [{'id': 'b17a9f3e-8e81-4118-b55c-a1a538b88678', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'security_group_id': 'b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c', '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': 1389, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:51Z', 'updated_at': '2022-08-27T04:47:51Z', 'revision_number': 0, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb'}, {'id': 'd8840190-5c9b-42a8-8e19-6eb81ce4d70e', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'security_group_id': 'b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c', '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': 1388, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:51Z', 'updated_at': '2022-08-27T04:47:51Z', 'revision_number': 0, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb'}], 'tags': [], 'created_at': '2022-08-27T04:47:51Z', 'updated_at': '2022-08-27T04:47:51Z', 'revision_number': 1, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb'}, 'floating_ip': {'id': '64f78ecf-3444-4175-907d-1c54e66ea1bc', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'floating_ip_address': '172.25.2.25', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:57Z', 'updated_at': '2022-08-27T04:47:57Z', 'revision_number': 0, 'ip': '172.25.2.25'}} 2022-08-27 04:48:00,573 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 POST http://10.222.0.76/compute/v2.1/servers 1.639s 2022-08-27 04:48:00,573 130312 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-1041939702", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "03a7835a-f52d-477c-a2dc-fcc27c449ecb"}], "security_groups": [{"name": "tempest-securitygroup--1689149868"}], "key_name": "tempest-keypair-1291448548", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:58 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-f999202f-ffd8-4ba2-8ee3-5a98232ca67f', 'x-compute-request-id': 'req-f999202f-ffd8-4ba2-8ee3-5a98232ca67f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:00,760 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1291448548 0.186s 2022-08-27 04:48:00,761 130312 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': 'Sat, 27 Aug 2022 04:48:00 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-bdacff97-d3be-4ccc-afe3-f4a743049bf6', 'x-compute-request-id': 'req-bdacff97-d3be-4ccc-afe3-f4a743049bf6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1291448548'} Body: b'' 2022-08-27 04:48:01,251 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c 0.490s 2022-08-27 04:48:01,252 130312 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-a49b7dd3-8ce7-460a-bd7e-fa1d0825b2ee', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:48:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c'} Body: b'' 2022-08-27 04:48:01,300 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c 0.047s 2022-08-27 04:48:01,305 130312 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-da46f5f1-071e-43d0-bd20-3f831bce768e', 'date': 'Sat, 27 Aug 2022 04:48:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b01fd6f0-98a3-4aa1-aee0-5f5c63ad925c does not exist", "detail": ""}}' 2022-08-27 04:48:02,361 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/64f78ecf-3444-4175-907d-1c54e66ea1bc 1.055s 2022-08-27 04:48:02,361 130312 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-25921336-fd40-4108-99b5-32b955b240d3', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:48:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/64f78ecf-3444-4175-907d-1c54e66ea1bc'} 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-27 04:48:02,364 130312 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:48:02,364 130312 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:48:02,569 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.202s 2022-08-27 04:48:02,569 130312 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-1174758075", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJm1hLpyHxAT2bka6MfcLaIrDHPZc8MS528YdObChAxXHmFJV6KraW7L1BeRQRo5dwQQe9BsYNQoGEy+3HsgcvCHr36TP3P60KyjyFWdHq0OW5ue8USiTBQCDFghxzGkw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:02 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-7596966e-02be-40d4-a5aa-851c2ac12009', 'x-compute-request-id': 'req-7596966e-02be-40d4-a5aa-851c2ac12009', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1174758075", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJm1hLpyHxAT2bka6MfcLaIrDHPZc8MS528YdObChAxXHmFJV6KraW7L1BeRQRo5dwQQe9BsYNQoGEy+3HsgcvCHr36TP3P60KyjyFWdHq0OW5ue8USiTBQCDFghxzGkw==", "fingerprint": "d4:5c:92:eb:12:d5:6f:08:0a:5f:09:58:cb:89:19:3d", "user_id": "8af9568c510340c1adfcafe10ae44002"}}' 2022-08-27 04:48:02,572 130312 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1174758075 created 2022-08-27 04:48:03,814 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 1.241s 2022-08-27 04:48:03,814 130312 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--1996779172", "description": "tempest-description--1475785153"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-a4554110-c156-4614-a4cf-054c73e4c398', 'date': 'Sat, 27 Aug 2022 04:48:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "61cbcd83-90b8-4a75-b84d-fd17d846aad1", "name": "tempest-securitygroup--1996779172", "stateful": true, "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "description": "tempest-description--1475785153", "shared": false, "security_group_rules": [{"id": "afae0d8b-d872-4d89-87bc-2466485eb38a", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "61cbcd83-90b8-4a75-b84d-fd17d846aad1", "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": 1410, "description": null, "tags": [], "created_at": "2022-08-27T04:48:02Z", "updated_at": "2022-08-27T04:48:02Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}, {"id": "d3ca803a-6821-4e03-b742-bfd17eccb40f", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "61cbcd83-90b8-4a75-b84d-fd17d846aad1", "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": 1411, "description": null, "tags": [], "created_at": "2022-08-27T04:48:02Z", "updated_at": "2022-08-27T04:48:02Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}], "tags": [], "created_at": "2022-08-27T04:48:02Z", "updated_at": "2022-08-27T04:48:02Z", "revision_number": 1, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}}' 2022-08-27 04:48:04,568 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.753s 2022-08-27 04:48:04,569 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "61cbcd83-90b8-4a75-b84d-fd17d846aad1", "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-077393ef-bd07-4d7c-a744-a082c12044c4', 'date': 'Sat, 27 Aug 2022 04:48:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b99f3888-8f1b-4483-9400-f5dfcaa4b942", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "61cbcd83-90b8-4a75-b84d-fd17d846aad1", "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-27T04:48:04Z", "updated_at": "2022-08-27T04:48:04Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}}' 2022-08-27 04:48:06,255 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.685s 2022-08-27 04:48:06,255 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "61cbcd83-90b8-4a75-b84d-fd17d846aad1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18cdcb67-c680-43e5-a9f4-4bdca3340109', 'date': 'Sat, 27 Aug 2022 04:48:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "382f5fc9-613a-4e4e-b594-e6dacec107d8", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "security_group_id": "61cbcd83-90b8-4a75-b84d-fd17d846aad1", "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-27T04:48:05Z", "updated_at": "2022-08-27T04:48:05Z", "revision_number": 0, "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb"}}' 2022-08-27 04:48:06,256 130312 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1996779172 created 2022-08-27 04:48:09,971 130312 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 3.715s 2022-08-27 04:48:09,971 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-fb79be43-c8e1-48db-bcf1-9786d9ba1d31', 'date': 'Sat, 27 Aug 2022 04:48:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "03631e07-e89b-4ee2-8461-4bc09ad3ab96", "tenant_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "floating_ip_address": "172.25.2.179", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:48:08Z", "updated_at": "2022-08-27T04:48:08Z", "revision_number": 0}}' 2022-08-27 04:48:09,972 130312 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '03631e07-e89b-4ee2-8461-4bc09ad3ab96', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'floating_ip_address': '172.25.2.179', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:48:08Z', 'updated_at': '2022-08-27T04:48:08Z', 'revision_number': 0, 'ip': '172.25.2.179'} created 2022-08-27 04:48:10,132 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.149s 2022-08-27 04:48:10,133 130312 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:09 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-d8618b50-5288-493e-b985-62161b34aa4c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8af9568c510340c1adfcafe10ae44002", "name": "tempest-AttachVolumeShelveTestJSON-648034885-project", "password_expires_at": null}, "audit_ids": ["oHMRSu1ORUq9krC-0jHdXw"], "expires_at": "2022-08-27T05:48:10.000000Z", "issued_at": "2022-08-27T04:48:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c9eb4bbda084c9d8f1503b888a2ddfb", "name": "tempest-AttachVolumeShelveTestJSON-648034885"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5c9eb4bbda084c9d8f1503b888a2ddfb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:48:10,133 130312 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '03a7835a-f52d-477c-a2dc-fcc27c449ecb', 'name': 'tempest-AttachVolumeShelveTestJSON-2091321223-network', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 249, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T04:47:31Z', 'updated_at': '2022-08-27T04:47:31Z', 'revision_number': 1} available for tenant 2022-08-27 04:48:10,134 130312 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1174758075', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJm1hLpyHxAT2bka6MfcLaIrDHPZc8MS528YdObChAxXHmFJV6KraW7L1BeRQRo5dwQQe9BsYNQoGEy+3HsgcvCHr36TP3P60KyjyFWdHq0OW5ue8USiTBQCDFghxzGkw==', 'fingerprint': 'd4:5c:92:eb:12:d5:6f:08:0a:5f:09:58:cb:89:19:3d', 'user_id': '8af9568c510340c1adfcafe10ae44002', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAT+RKysDlHZ1v/jWmSA8tojVbOkg8x1iiSyicIHIdgUnk0C00KQNK3\n1YrVFzuC/G+gBwYFK4EEACKhZANiAATyZtYS6ch8QE9m5GujH3C2iKwxz2XPDEud\nvGHTmwoQMVx5hSVeiq2luy9QXkUEaOXcEEHvQbGDUKBhMvtx7IHLwh69+kz9z+tC\nso8hVnR6tDlubnvFEokwUAgxYIccxpM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '61cbcd83-90b8-4a75-b84d-fd17d846aad1', 'name': 'tempest-securitygroup--1996779172', 'stateful': True, 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'description': 'tempest-description--1475785153', 'shared': False, 'security_group_rules': [{'id': 'afae0d8b-d872-4d89-87bc-2466485eb38a', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'security_group_id': '61cbcd83-90b8-4a75-b84d-fd17d846aad1', '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': 1410, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:48:02Z', 'updated_at': '2022-08-27T04:48:02Z', 'revision_number': 0, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb'}, {'id': 'd3ca803a-6821-4e03-b742-bfd17eccb40f', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'security_group_id': '61cbcd83-90b8-4a75-b84d-fd17d846aad1', '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': 1411, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:48:02Z', 'updated_at': '2022-08-27T04:48:02Z', 'revision_number': 0, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb'}], 'tags': [], 'created_at': '2022-08-27T04:48:02Z', 'updated_at': '2022-08-27T04:48:02Z', 'revision_number': 1, 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb'}, 'floating_ip': {'id': '03631e07-e89b-4ee2-8461-4bc09ad3ab96', 'tenant_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'floating_ip_address': '172.25.2.179', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5c9eb4bbda084c9d8f1503b888a2ddfb', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:48:08Z', 'updated_at': '2022-08-27T04:48:08Z', 'revision_number': 0, 'ip': '172.25.2.179'}} 2022-08-27 04:48:11,086 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://10.222.0.76/compute/v2.1/servers 0.952s 2022-08-27 04:48:11,087 130312 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-1527122579", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "03a7835a-f52d-477c-a2dc-fcc27c449ecb"}], "security_groups": [{"name": "tempest-securitygroup--1996779172"}], "key_name": "tempest-keypair-1174758075", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:48:10 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-16b299e5-bb02-4059-8710-fc75e4aa7273', 'x-compute-request-id': 'req-16b299e5-bb02-4059-8710-fc75e4aa7273', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:48:11,232 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1174758075 0.144s 2022-08-27 04:48:11,232 130312 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': 'Sat, 27 Aug 2022 04:48:11 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-d68cb914-e95c-41fa-99e4-99104a800d24', 'x-compute-request-id': 'req-d68cb914-e95c-41fa-99e4-99104a800d24', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1174758075'} Body: b'' 2022-08-27 04:48:11,867 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/61cbcd83-90b8-4a75-b84d-fd17d846aad1 0.634s 2022-08-27 04:48:11,867 130312 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-d605ee5f-252c-4855-8219-e79d51601280', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:48:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/61cbcd83-90b8-4a75-b84d-fd17d846aad1'} Body: b'' 2022-08-27 04:48:11,890 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/61cbcd83-90b8-4a75-b84d-fd17d846aad1 0.022s 2022-08-27 04:48:11,894 130312 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-34bde4c9-71d9-4910-9854-1be713f0408f', 'date': 'Sat, 27 Aug 2022 04:48:11 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/61cbcd83-90b8-4a75-b84d-fd17d846aad1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 61cbcd83-90b8-4a75-b84d-fd17d846aad1 does not exist", "detail": ""}}' 2022-08-27 04:48:13,194 130312 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/03631e07-e89b-4ee2-8461-4bc09ad3ab96 1.299s 2022-08-27 04:48:13,194 130312 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-179a2eb7-07fe-42e8-b0ee-500b6f2421d2', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:48:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/03631e07-e89b-4ee2-8461-4bc09ad3ab96'} 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-27 04:47:31,210 130314 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:47:31,210 130314 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:47:31,922 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.709s 2022-08-27 04:47:31,922 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2106234780", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEpxQIvyeYzRwMhWQWL7Sc7qZb9Hi44Z+egDk+w3wA6LY9Y14Z49+pW0f2Zslw67b7B1dws96A1Sb0OZxmnMQBmY7bh9iwrfjJjTm2gNDcwG1cdNzbImuvLQ/5p/T27sQA=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da4cf892-39a0-4a4a-b82e-3d8b41c7f1d5', 'x-compute-request-id': 'req-da4cf892-39a0-4a4a-b82e-3d8b41c7f1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2106234780", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEpxQIvyeYzRwMhWQWL7Sc7qZb9Hi44Z+egDk+w3wA6LY9Y14Z49+pW0f2Zslw67b7B1dws96A1Sb0OZxmnMQBmY7bh9iwrfjJjTm2gNDcwG1cdNzbImuvLQ/5p/T27sQA==", "fingerprint": "9b:5f:4f:85:33:6a:55:53:48:e3:b6:2e:f5:ff:f6:59", "user_id": "59fbc90b125c402bbee94241a3a609d5"}}' 2022-08-27 04:47:31,926 130314 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2106234780 created 2022-08-27 04:47:33,299 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 1.372s 2022-08-27 04:47:33,299 130314 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--1965876104", "description": "tempest-description--1690385231"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-8d445ea2-ddf6-4b04-904e-133837db0599', 'date': 'Sat, 27 Aug 2022 04:47:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "767df650-ffcf-4630-8eb4-d27ad30e8b94", "name": "tempest-securitygroup--1965876104", "stateful": true, "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "description": "tempest-description--1690385231", "shared": false, "security_group_rules": [{"id": "3bdadc9d-e6ad-4928-8a87-b0510aae918d", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "767df650-ffcf-4630-8eb4-d27ad30e8b94", "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": 1333, "description": null, "tags": [], "created_at": "2022-08-27T04:47:32Z", "updated_at": "2022-08-27T04:47:32Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}, {"id": "a969aae1-0731-453b-ad98-4c7173753a8d", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "767df650-ffcf-4630-8eb4-d27ad30e8b94", "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": 1334, "description": null, "tags": [], "created_at": "2022-08-27T04:47:32Z", "updated_at": "2022-08-27T04:47:32Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}], "tags": [], "created_at": "2022-08-27T04:47:32Z", "updated_at": "2022-08-27T04:47:32Z", "revision_number": 1, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}}' 2022-08-27 04:47:34,335 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.035s 2022-08-27 04:47:34,336 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "767df650-ffcf-4630-8eb4-d27ad30e8b94", "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-e42eaf08-d73a-4003-b697-6d8fe4970708', 'date': 'Sat, 27 Aug 2022 04:47:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03e76fe4-0007-4c6f-9372-186c10d11d47", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "767df650-ffcf-4630-8eb4-d27ad30e8b94", "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-27T04:47:33Z", "updated_at": "2022-08-27T04:47:33Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}}' 2022-08-27 04:47:35,841 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.505s 2022-08-27 04:47:35,842 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "767df650-ffcf-4630-8eb4-d27ad30e8b94", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-acd76477-8af2-4135-a71e-cf2e872774ba', 'date': 'Sat, 27 Aug 2022 04:47:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "720b9919-daf9-46be-a213-6c20cc50edbe", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "767df650-ffcf-4630-8eb4-d27ad30e8b94", "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-27T04:47:35Z", "updated_at": "2022-08-27T04:47:35Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}}' 2022-08-27 04:47:35,842 130314 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1965876104 created 2022-08-27 04:47:39,175 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 3.333s 2022-08-27 04:47:39,176 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-200ea5cd-232d-4de4-828f-0bc4937404cd', 'date': 'Sat, 27 Aug 2022 04:47:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a7529dec-6374-4d4e-adc4-a1762ddaa00b", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "floating_ip_address": "172.25.2.204", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:47:37Z", "updated_at": "2022-08-27T04:47:37Z", "revision_number": 0}}' 2022-08-27 04:47:39,176 130314 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a7529dec-6374-4d4e-adc4-a1762ddaa00b', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'floating_ip_address': '172.25.2.204', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:37Z', 'updated_at': '2022-08-27T04:47:37Z', 'revision_number': 0, 'ip': '172.25.2.204'} created 2022-08-27 04:47:39,346 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.163s 2022-08-27 04:47:39,347 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d0399e41-4aa3-40fe-841b-4a3f098f97f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "59fbc90b125c402bbee94241a3a609d5", "name": "tempest-AttachVolumeTestJSON-906653078-project", "password_expires_at": null}, "audit_ids": ["OWgJoRnvTzyUNSx-qdhETQ"], "expires_at": "2022-08-27T05:47:39.000000Z", "issued_at": "2022-08-27T04:47:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2743ef5b6bf4dea97d585fa121bdf6f", "name": "tempest-AttachVolumeTestJSON-906653078"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:47:39,347 130314 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '50352b29-fa24-48c8-aad0-d13e7a0baf70', 'name': 'tempest-AttachVolumeTestJSON-629079793-network', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', '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-27T04:47:13Z', 'updated_at': '2022-08-27T04:47:13Z', 'revision_number': 1} available for tenant 2022-08-27 04:47:39,348 130314 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2106234780', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEpxQIvyeYzRwMhWQWL7Sc7qZb9Hi44Z+egDk+w3wA6LY9Y14Z49+pW0f2Zslw67b7B1dws96A1Sb0OZxmnMQBmY7bh9iwrfjJjTm2gNDcwG1cdNzbImuvLQ/5p/T27sQA==', 'fingerprint': '9b:5f:4f:85:33:6a:55:53:48:e3:b6:2e:f5:ff:f6:59', 'user_id': '59fbc90b125c402bbee94241a3a609d5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDEKFypc7B8YOro86QzW6sqifGO06joahXF7mrcFxsFOFWgD9oeeHkX\nPgE+8zNVn9OgBwYFK4EEACKhZANiAARKcUCL8nmM0cDIVkFi+0nO6mW/R4uOGfno\nA5PsN8AOi2PWNeGePfqVtH9mbJcOu2+wdXcLPegNUm9DmcZpzEAZmO24fYsK34yY\n05toDQ3MBtXHTc2yJrry0P+af09u7EA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '767df650-ffcf-4630-8eb4-d27ad30e8b94', 'name': 'tempest-securitygroup--1965876104', 'stateful': True, 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'description': 'tempest-description--1690385231', 'shared': False, 'security_group_rules': [{'id': '3bdadc9d-e6ad-4928-8a87-b0510aae918d', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'security_group_id': '767df650-ffcf-4630-8eb4-d27ad30e8b94', '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': 1333, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:32Z', 'updated_at': '2022-08-27T04:47:32Z', 'revision_number': 0, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f'}, {'id': 'a969aae1-0731-453b-ad98-4c7173753a8d', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'security_group_id': '767df650-ffcf-4630-8eb4-d27ad30e8b94', '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': 1334, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:32Z', 'updated_at': '2022-08-27T04:47:32Z', 'revision_number': 0, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f'}], 'tags': [], 'created_at': '2022-08-27T04:47:32Z', 'updated_at': '2022-08-27T04:47:32Z', 'revision_number': 1, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f'}, 'floating_ip': {'id': 'a7529dec-6374-4d4e-adc4-a1762ddaa00b', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'floating_ip_address': '172.25.2.204', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:37Z', 'updated_at': '2022-08-27T04:47:37Z', 'revision_number': 0, 'ip': '172.25.2.204'}} 2022-08-27 04:47:42,150 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://10.222.0.76/compute/v2.1/servers 2.802s 2022-08-27 04:47:42,151 130314 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-1602171452", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "50352b29-fa24-48c8-aad0-d13e7a0baf70"}], "security_groups": [{"name": "tempest-securitygroup--1965876104"}], "key_name": "tempest-keypair-2106234780", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47: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-4fd66d63-0871-41ac-a8fc-bafc17e6fdc1', 'x-compute-request-id': 'req-4fd66d63-0871-41ac-a8fc-bafc17e6fdc1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:47:42,563 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-2106234780 0.410s 2022-08-27 04:47:42,567 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47: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-4279438b-fd07-4aec-80b7-030f8d63288a', 'x-compute-request-id': 'req-4279438b-fd07-4aec-80b7-030f8d63288a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-2106234780'} Body: b'' 2022-08-27 04:47:43,123 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/767df650-ffcf-4630-8eb4-d27ad30e8b94 0.555s 2022-08-27 04:47:43,126 130314 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-c44a697a-f85d-40dc-856d-b27ecd88420d', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:47:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/767df650-ffcf-4630-8eb4-d27ad30e8b94'} Body: b'' 2022-08-27 04:47:43,332 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/767df650-ffcf-4630-8eb4-d27ad30e8b94 0.205s 2022-08-27 04:47:43,333 130314 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-688ec1e7-df15-4f98-b039-1d76c6bb67f7', 'date': 'Sat, 27 Aug 2022 04:47:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/767df650-ffcf-4630-8eb4-d27ad30e8b94'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 767df650-ffcf-4630-8eb4-d27ad30e8b94 does not exist", "detail": ""}}' 2022-08-27 04:47:46,426 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/a7529dec-6374-4d4e-adc4-a1762ddaa00b 3.093s 2022-08-27 04:47:46,427 130314 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-f2fc59e4-9547-42c0-9b7e-621b9509e649', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:47:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/a7529dec-6374-4d4e-adc4-a1762ddaa00b'} 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-27 04:47:46,429 130314 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:47:46,430 130314 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:47:46,727 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.295s 2022-08-27 04:47:46,728 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-703645725", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMNqHITWGG21xpge94EANCrve4Ge/gcZ9UnGuHRD0AFl8t4PbXHkdDBUu3P2leGtQ3kZ4PiICkuPS7TdwEOqSvUwBXy3GsA8NN7T3xuCyfkm6lph0R360q+EX9pF+G3YUw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:46 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-7f983c5c-d25b-4084-8bcf-cacd93b62ad4', 'x-compute-request-id': 'req-7f983c5c-d25b-4084-8bcf-cacd93b62ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-703645725", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMNqHITWGG21xpge94EANCrve4Ge/gcZ9UnGuHRD0AFl8t4PbXHkdDBUu3P2leGtQ3kZ4PiICkuPS7TdwEOqSvUwBXy3GsA8NN7T3xuCyfkm6lph0R360q+EX9pF+G3YUw==", "fingerprint": "b1:20:97:6e:f5:db:42:39:5d:99:cb:fd:64:f3:26:c5", "user_id": "59fbc90b125c402bbee94241a3a609d5"}}' 2022-08-27 04:47:46,730 130314 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-703645725 created 2022-08-27 04:47:48,455 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 1.724s 2022-08-27 04:47:48,456 130314 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--181024239", "description": "tempest-description--2103547902"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-09258ab6-ef91-483a-b81c-bfb4287a2c8b', 'date': 'Sat, 27 Aug 2022 04:47:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "468d19ed-9a7f-414a-bfd0-10b77151fc81", "name": "tempest-securitygroup--181024239", "stateful": true, "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "description": "tempest-description--2103547902", "shared": false, "security_group_rules": [{"id": "1475da2f-cada-4bb4-86a8-d8552ae411cf", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "468d19ed-9a7f-414a-bfd0-10b77151fc81", "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": 1375, "description": null, "tags": [], "created_at": "2022-08-27T04:47:47Z", "updated_at": "2022-08-27T04:47:47Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}, {"id": "3aa8ae77-4799-4f95-bf0f-86c59228e8a1", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "468d19ed-9a7f-414a-bfd0-10b77151fc81", "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": 1374, "description": null, "tags": [], "created_at": "2022-08-27T04:47:47Z", "updated_at": "2022-08-27T04:47:47Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}], "tags": [], "created_at": "2022-08-27T04:47:47Z", "updated_at": "2022-08-27T04:47:47Z", "revision_number": 1, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}}' 2022-08-27 04:47:49,398 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.941s 2022-08-27 04:47:49,398 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "468d19ed-9a7f-414a-bfd0-10b77151fc81", "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-ef1e05c8-af76-4b56-b9c8-94ae5ca7b3b9', 'date': 'Sat, 27 Aug 2022 04:47:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c97488c-0c41-4793-8e4a-91fb1e4cb6fa", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "468d19ed-9a7f-414a-bfd0-10b77151fc81", "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-27T04:47:49Z", "updated_at": "2022-08-27T04:47:49Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}}' 2022-08-27 04:47:50,897 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.498s 2022-08-27 04:47:50,897 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "468d19ed-9a7f-414a-bfd0-10b77151fc81", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-16e5f578-f603-4c78-9318-3f81f22eef1b', 'date': 'Sat, 27 Aug 2022 04:47:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a70acbe0-2f7b-4737-b60f-61bda9760da3", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "security_group_id": "468d19ed-9a7f-414a-bfd0-10b77151fc81", "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-27T04:47:50Z", "updated_at": "2022-08-27T04:47:50Z", "revision_number": 0, "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f"}}' 2022-08-27 04:47:50,898 130314 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--181024239 created 2022-08-27 04:47:56,397 130314 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 5.498s 2022-08-27 04:47:56,397 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-3bc813a1-6090-41c8-9b87-a59922a6b90b', 'date': 'Sat, 27 Aug 2022 04:47:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3426413b-7c5c-497c-bba6-5f542bbf7f5b", "tenant_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "floating_ip_address": "172.25.2.31", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c2743ef5b6bf4dea97d585fa121bdf6f", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:47:54Z", "updated_at": "2022-08-27T04:47:54Z", "revision_number": 0}}' 2022-08-27 04:47:56,397 130314 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3426413b-7c5c-497c-bba6-5f542bbf7f5b', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'floating_ip_address': '172.25.2.31', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:54Z', 'updated_at': '2022-08-27T04:47:54Z', 'revision_number': 0, 'ip': '172.25.2.31'} created 2022-08-27 04:47:56,629 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.224s 2022-08-27 04:47:56,629 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47:56 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-2a9e81f8-012f-4c43-ac06-3f79bc1cffa0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "59fbc90b125c402bbee94241a3a609d5", "name": "tempest-AttachVolumeTestJSON-906653078-project", "password_expires_at": null}, "audit_ids": ["-4i0RomnQ3uHPdDYu6Wkzg"], "expires_at": "2022-08-27T05:47:56.000000Z", "issued_at": "2022-08-27T04:47:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2743ef5b6bf4dea97d585fa121bdf6f", "name": "tempest-AttachVolumeTestJSON-906653078"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/c2743ef5b6bf4dea97d585fa121bdf6f", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:47:56,630 130314 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '50352b29-fa24-48c8-aad0-d13e7a0baf70', 'name': 'tempest-AttachVolumeTestJSON-629079793-network', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', '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-27T04:47:13Z', 'updated_at': '2022-08-27T04:47:13Z', 'revision_number': 1} available for tenant 2022-08-27 04:47:56,630 130314 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-703645725', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMNqHITWGG21xpge94EANCrve4Ge/gcZ9UnGuHRD0AFl8t4PbXHkdDBUu3P2leGtQ3kZ4PiICkuPS7TdwEOqSvUwBXy3GsA8NN7T3xuCyfkm6lph0R360q+EX9pF+G3YUw==', 'fingerprint': 'b1:20:97:6e:f5:db:42:39:5d:99:cb:fd:64:f3:26:c5', 'user_id': '59fbc90b125c402bbee94241a3a609d5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCjP3WtdtKO547x9KCsAukNXGyDXYAGO06i5nnGQhqufEX/p7AGeUND\nfUL5YduaQoKgBwYFK4EEACKhZANiAATDahyE1hhttcaYHveBADQq73uBnv4HGfVJ\nxrh0Q9ABZfLeD21x5HQwVLtz9pXhrUN5GeD4iApLj0u03cBDqkr1MAV8txrAPDTe\n098bgsn5JupaYdEd+tKvhF/aRfht2FM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '468d19ed-9a7f-414a-bfd0-10b77151fc81', 'name': 'tempest-securitygroup--181024239', 'stateful': True, 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'description': 'tempest-description--2103547902', 'shared': False, 'security_group_rules': [{'id': '1475da2f-cada-4bb4-86a8-d8552ae411cf', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'security_group_id': '468d19ed-9a7f-414a-bfd0-10b77151fc81', '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': 1375, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:47Z', 'updated_at': '2022-08-27T04:47:47Z', 'revision_number': 0, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f'}, {'id': '3aa8ae77-4799-4f95-bf0f-86c59228e8a1', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'security_group_id': '468d19ed-9a7f-414a-bfd0-10b77151fc81', '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': 1374, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:47:47Z', 'updated_at': '2022-08-27T04:47:47Z', 'revision_number': 0, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f'}], 'tags': [], 'created_at': '2022-08-27T04:47:47Z', 'updated_at': '2022-08-27T04:47:47Z', 'revision_number': 1, 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f'}, 'floating_ip': {'id': '3426413b-7c5c-497c-bba6-5f542bbf7f5b', 'tenant_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'floating_ip_address': '172.25.2.31', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c2743ef5b6bf4dea97d585fa121bdf6f', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:47:54Z', 'updated_at': '2022-08-27T04:47:54Z', 'revision_number': 0, 'ip': '172.25.2.31'}} 2022-08-27 04:47:58,776 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://10.222.0.76/compute/v2.1/servers 2.144s 2022-08-27 04:47:58,818 130314 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-1099333512", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "50352b29-fa24-48c8-aad0-d13e7a0baf70"}], "security_groups": [{"name": "tempest-securitygroup--181024239"}], "key_name": "tempest-keypair-703645725", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47: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-6b041478-94cb-4c24-a152-10b7f89e1c0a', 'x-compute-request-id': 'req-6b041478-94cb-4c24-a152-10b7f89e1c0a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:47:59,092 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-703645725 0.273s 2022-08-27 04:47:59,093 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:47: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-65d3a0e7-a66c-4d70-beeb-cc743926914e', 'x-compute-request-id': 'req-65d3a0e7-a66c-4d70-beeb-cc743926914e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-703645725'} Body: b'' 2022-08-27 04:48:00,061 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/468d19ed-9a7f-414a-bfd0-10b77151fc81 0.967s 2022-08-27 04:48:00,062 130314 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-87f3ba76-70c3-4cfb-bef5-72fd7ed257b5', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:48:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/468d19ed-9a7f-414a-bfd0-10b77151fc81'} Body: b'' 2022-08-27 04:48:00,115 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/468d19ed-9a7f-414a-bfd0-10b77151fc81 0.052s 2022-08-27 04:48:00,115 130314 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-716614c3-6c26-4526-b934-fcb1a300cfee', 'date': 'Sat, 27 Aug 2022 04:48:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/468d19ed-9a7f-414a-bfd0-10b77151fc81'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 468d19ed-9a7f-414a-bfd0-10b77151fc81 does not exist", "detail": ""}}' 2022-08-27 04:48:02,404 130314 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/3426413b-7c5c-497c-bba6-5f542bbf7f5b 2.287s 2022-08-27 04:48:02,404 130314 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-0d434229-da2b-475f-a33c-dc58f0d64f00', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:48:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/3426413b-7c5c-497c-bba6-5f542bbf7f5b'} 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-27 04:53:08,710 130319 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:53:08,710 130319 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:53:09,134 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.421s 2022-08-27 04:53:09,134 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1946795329", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIOYtUDLVd/Eqb3XIDQfkWZNkrxYgRhPeMmDmgnmzZ/h3dY5xygVIxp2eWSoFPzr5kHlqf7mO1MhBzE4KtNlnds4EYLHy9W6vgvsavnEzEck4qAzOLUktSD2gVpswLfdfQ=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:08 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-d50eddda-fb8b-4dc1-8272-40eafb2ed3ad', 'x-compute-request-id': 'req-d50eddda-fb8b-4dc1-8272-40eafb2ed3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1946795329", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIOYtUDLVd/Eqb3XIDQfkWZNkrxYgRhPeMmDmgnmzZ/h3dY5xygVIxp2eWSoFPzr5kHlqf7mO1MhBzE4KtNlnds4EYLHy9W6vgvsavnEzEck4qAzOLUktSD2gVpswLfdfQ==", "fingerprint": "24:0c:61:46:fa:a8:0d:fc:3d:22:f0:05:56:39:99:92", "user_id": "b62acf375a104203a66043c136fb1f99"}}' 2022-08-27 04:53:09,137 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1946795329 created 2022-08-27 04:53:09,807 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.662s 2022-08-27 04:53:09,811 130319 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--1939554838", "description": "tempest-description--176407735"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-139feb77-a46a-4180-9585-381ae2d1e7a2', 'date': 'Sat, 27 Aug 2022 04:53:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "223ed243-f37f-4568-9a87-b38c6d149bea", "name": "tempest-securitygroup--1939554838", "stateful": true, "tenant_id": "648e7927634f419f8e754f76bd8a0952", "description": "tempest-description--176407735", "shared": false, "security_group_rules": [{"id": "c260ca89-23a8-4b5b-918f-f0d9fe3f082d", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "223ed243-f37f-4568-9a87-b38c6d149bea", "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": 2332, "description": null, "tags": [], "created_at": "2022-08-27T04:53:09Z", "updated_at": "2022-08-27T04:53:09Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}, {"id": "cbf8b374-5bca-4ad3-b1bb-1e7b20b060f6", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "223ed243-f37f-4568-9a87-b38c6d149bea", "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": 2331, "description": null, "tags": [], "created_at": "2022-08-27T04:53:09Z", "updated_at": "2022-08-27T04:53:09Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}], "tags": [], "created_at": "2022-08-27T04:53:09Z", "updated_at": "2022-08-27T04:53:09Z", "revision_number": 1, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:10,698 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.885s 2022-08-27 04:53:10,698 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "223ed243-f37f-4568-9a87-b38c6d149bea", "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-0b0063a6-3e89-4fb7-823b-42764ac933e8', 'date': 'Sat, 27 Aug 2022 04:53:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "48e7ab26-c18f-4468-b86a-fec2e2e59e04", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "223ed243-f37f-4568-9a87-b38c6d149bea", "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-27T04:53:10Z", "updated_at": "2022-08-27T04:53:10Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:12,006 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.308s 2022-08-27 04:53:12,007 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "223ed243-f37f-4568-9a87-b38c6d149bea", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-264a6978-ffe9-4bb0-9528-e6510de25ec5', 'date': 'Sat, 27 Aug 2022 04:53:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c3cabef-f2fe-4509-9608-5e3569ac24c3", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "223ed243-f37f-4568-9a87-b38c6d149bea", "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-27T04:53:11Z", "updated_at": "2022-08-27T04:53:11Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:12,007 130319 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1939554838 created 2022-08-27 04:53:16,425 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 4.416s 2022-08-27 04:53:16,425 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-c5d37cdb-de74-4047-aa7c-a25e9f553a94', 'date': 'Sat, 27 Aug 2022 04:53:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "dd56a185-0230-4387-a074-07fd416fc202", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "floating_ip_address": "172.25.2.29", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "648e7927634f419f8e754f76bd8a0952", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:53:14Z", "updated_at": "2022-08-27T04:53:14Z", "revision_number": 0}}' 2022-08-27 04:53:16,425 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'dd56a185-0230-4387-a074-07fd416fc202', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'floating_ip_address': '172.25.2.29', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '648e7927634f419f8e754f76bd8a0952', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:53:14Z', 'updated_at': '2022-08-27T04:53:14Z', 'revision_number': 0, 'ip': '172.25.2.29'} created 2022-08-27 04:53:16,584 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.153s 2022-08-27 04:53:16,585 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:16 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-848bf628-56af-48c7-8b8f-1fb31ae1a238', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b62acf375a104203a66043c136fb1f99", "name": "tempest-AttachVolumeNegativeTest-1294681424-project", "password_expires_at": null}, "audit_ids": ["o7C5FE3NSGyNrA1kcmjbLA"], "expires_at": "2022-08-27T05:53:16.000000Z", "issued_at": "2022-08-27T04:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "648e7927634f419f8e754f76bd8a0952", "name": "tempest-AttachVolumeNegativeTest-1294681424"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:53:16,585 130319 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '8e1077ea-ee09-45ee-b43f-49b1abb35f2c', 'name': 'tempest-AttachVolumeNegativeTest-37161294-network', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '648e7927634f419f8e754f76bd8a0952', '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-27T04:52:55Z', 'updated_at': '2022-08-27T04:52:55Z', 'revision_number': 1} available for tenant 2022-08-27 04:53:16,586 130319 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1946795329', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIOYtUDLVd/Eqb3XIDQfkWZNkrxYgRhPeMmDmgnmzZ/h3dY5xygVIxp2eWSoFPzr5kHlqf7mO1MhBzE4KtNlnds4EYLHy9W6vgvsavnEzEck4qAzOLUktSD2gVpswLfdfQ==', 'fingerprint': '24:0c:61:46:fa:a8:0d:fc:3d:22:f0:05:56:39:99:92', 'user_id': 'b62acf375a104203a66043c136fb1f99', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDA0GDyRGArVVMAFNBzZyCXrU4BLXZW89RP5wXNeEmhEV7fXn58PSSs\n89NkClYUzL+gBwYFK4EEACKhZANiAASDmLVAy1XfxKm91yA0H5FmTZK8WIEYT3jJ\ng5oJ5s2f4d3WOccoFSMadnlkqBT86+ZB5an+5jtTIQcxOCrTZZ3bOBGCx8vVur4L\n7Gr5xMxHJOKgMzi1JLUg9oFabMC33X0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '223ed243-f37f-4568-9a87-b38c6d149bea', 'name': 'tempest-securitygroup--1939554838', 'stateful': True, 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'description': 'tempest-description--176407735', 'shared': False, 'security_group_rules': [{'id': 'c260ca89-23a8-4b5b-918f-f0d9fe3f082d', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'security_group_id': '223ed243-f37f-4568-9a87-b38c6d149bea', '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': 2332, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:53:09Z', 'updated_at': '2022-08-27T04:53:09Z', 'revision_number': 0, 'project_id': '648e7927634f419f8e754f76bd8a0952'}, {'id': 'cbf8b374-5bca-4ad3-b1bb-1e7b20b060f6', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'security_group_id': '223ed243-f37f-4568-9a87-b38c6d149bea', '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': 2331, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:53:09Z', 'updated_at': '2022-08-27T04:53:09Z', 'revision_number': 0, 'project_id': '648e7927634f419f8e754f76bd8a0952'}], 'tags': [], 'created_at': '2022-08-27T04:53:09Z', 'updated_at': '2022-08-27T04:53:09Z', 'revision_number': 1, 'project_id': '648e7927634f419f8e754f76bd8a0952'}, 'floating_ip': {'id': 'dd56a185-0230-4387-a074-07fd416fc202', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'floating_ip_address': '172.25.2.29', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '648e7927634f419f8e754f76bd8a0952', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:53:14Z', 'updated_at': '2022-08-27T04:53:14Z', 'revision_number': 0, 'ip': '172.25.2.29'}} 2022-08-27 04:53:18,410 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://10.222.0.76/compute/v2.1/servers 1.823s 2022-08-27 04:53:18,410 130319 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-282121553", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "8e1077ea-ee09-45ee-b43f-49b1abb35f2c"}], "security_groups": [{"name": "tempest-securitygroup--1939554838"}], "key_name": "tempest-keypair-1946795329", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-6cb3d31a-e824-4da7-9997-f6c2ceaf5d91', 'x-compute-request-id': 'req-6cb3d31a-e824-4da7-9997-f6c2ceaf5d91', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:53:18,597 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1946795329 0.175s 2022-08-27 04:53:18,598 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4350b07-f99e-4012-a1e8-05664b71bdea', 'x-compute-request-id': 'req-c4350b07-f99e-4012-a1e8-05664b71bdea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1946795329'} Body: b'' 2022-08-27 04:53:19,142 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/223ed243-f37f-4568-9a87-b38c6d149bea 0.543s 2022-08-27 04:53:19,142 130319 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-1d21f61a-a744-4139-8eff-7da4a7440690', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:53:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/223ed243-f37f-4568-9a87-b38c6d149bea'} Body: b'' 2022-08-27 04:53:19,173 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/223ed243-f37f-4568-9a87-b38c6d149bea 0.030s 2022-08-27 04:53:19,173 130319 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-2d0f9607-67f8-47c1-97fd-624aac6933a3', 'date': 'Sat, 27 Aug 2022 04:53:19 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/223ed243-f37f-4568-9a87-b38c6d149bea'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 223ed243-f37f-4568-9a87-b38c6d149bea does not exist", "detail": ""}}' 2022-08-27 04:53:20,495 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/dd56a185-0230-4387-a074-07fd416fc202 1.321s 2022-08-27 04:53:20,495 130319 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-db4a2ca0-2725-4156-9797-fd2d59d43203', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:53:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/dd56a185-0230-4387-a074-07fd416fc202'} 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-27 04:53:20,498 130319 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:53:20,498 130319 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:53:20,717 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.215s 2022-08-27 04:53:20,717 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-489082161", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBfBdYYcwg/Tc42cL3tbdkZv4JEyJlnxpKwOvaFj3+7rGLd6wDVOlIfZkHrJB+vHKt6HMAwk7gOj+QLSyqP0MJ5XxPiRTWrDEkeicy2xl+c3G4OqSf+GTHMCLIgeWK2raw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bba6e78-618b-4a6a-9263-416600979d23', 'x-compute-request-id': 'req-1bba6e78-618b-4a6a-9263-416600979d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-489082161", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBfBdYYcwg/Tc42cL3tbdkZv4JEyJlnxpKwOvaFj3+7rGLd6wDVOlIfZkHrJB+vHKt6HMAwk7gOj+QLSyqP0MJ5XxPiRTWrDEkeicy2xl+c3G4OqSf+GTHMCLIgeWK2raw==", "fingerprint": "29:8a:af:37:4e:8e:95:02:c9:72:62:b8:06:bb:e3:a7", "user_id": "b62acf375a104203a66043c136fb1f99"}}' 2022-08-27 04:53:20,720 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-489082161 created 2022-08-27 04:53:21,719 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.999s 2022-08-27 04:53:21,722 130319 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--307957977", "description": "tempest-description--17578642"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-9a74a5ab-120c-4271-9136-daa3e398a4aa', 'date': 'Sat, 27 Aug 2022 04:53:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d1122687-d860-46bd-97ae-a1be9235e926", "name": "tempest-securitygroup--307957977", "stateful": true, "tenant_id": "648e7927634f419f8e754f76bd8a0952", "description": "tempest-description--17578642", "shared": false, "security_group_rules": [{"id": "3ae1fa7d-d403-4fa0-9fc9-1044a70bd960", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "d1122687-d860-46bd-97ae-a1be9235e926", "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": 2390, "description": null, "tags": [], "created_at": "2022-08-27T04:53:21Z", "updated_at": "2022-08-27T04:53:21Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}, {"id": "fc17091a-0392-4eb3-aede-d80095904a7a", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "d1122687-d860-46bd-97ae-a1be9235e926", "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": 2389, "description": null, "tags": [], "created_at": "2022-08-27T04:53:21Z", "updated_at": "2022-08-27T04:53:21Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}], "tags": [], "created_at": "2022-08-27T04:53:21Z", "updated_at": "2022-08-27T04:53:21Z", "revision_number": 1, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:22,424 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.701s 2022-08-27 04:53:22,425 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d1122687-d860-46bd-97ae-a1be9235e926", "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-e9383d5f-f4a3-4271-936a-5496130a130d', 'date': 'Sat, 27 Aug 2022 04:53:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8149347c-17de-4100-955c-ebd0ada474a9", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "d1122687-d860-46bd-97ae-a1be9235e926", "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-27T04:53:22Z", "updated_at": "2022-08-27T04:53:22Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:23,064 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.637s 2022-08-27 04:53:23,064 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d1122687-d860-46bd-97ae-a1be9235e926", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a1cb63d6-8043-4ef3-94b8-02cd10c497fc', 'date': 'Sat, 27 Aug 2022 04:53:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "98fc26aa-f36d-44bf-a6b4-1f9568b4a1ed", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "d1122687-d860-46bd-97ae-a1be9235e926", "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-27T04:53:22Z", "updated_at": "2022-08-27T04:53:22Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:23,065 130319 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--307957977 created 2022-08-27 04:53:28,234 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 5.168s 2022-08-27 04:53:28,234 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-3aa45505-68ad-468d-a8cd-254fd5898794', 'date': 'Sat, 27 Aug 2022 04:53:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e7f96856-3cff-4992-93cf-57768b6401e4", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "floating_ip_address": "172.25.2.80", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "648e7927634f419f8e754f76bd8a0952", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:53:25Z", "updated_at": "2022-08-27T04:53:25Z", "revision_number": 0}}' 2022-08-27 04:53:28,234 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e7f96856-3cff-4992-93cf-57768b6401e4', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'floating_ip_address': '172.25.2.80', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '648e7927634f419f8e754f76bd8a0952', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:53:25Z', 'updated_at': '2022-08-27T04:53:25Z', 'revision_number': 0, 'ip': '172.25.2.80'} created 2022-08-27 04:53:28,515 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.275s 2022-08-27 04:53:28,515 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-98646fd6-35b2-4e5a-82ce-3071bd95e808', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b62acf375a104203a66043c136fb1f99", "name": "tempest-AttachVolumeNegativeTest-1294681424-project", "password_expires_at": null}, "audit_ids": ["SIt_S8rXTkaCP70bQuFNMw"], "expires_at": "2022-08-27T05:53:28.000000Z", "issued_at": "2022-08-27T04:53:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "648e7927634f419f8e754f76bd8a0952", "name": "tempest-AttachVolumeNegativeTest-1294681424"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:53:28,516 130319 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '8e1077ea-ee09-45ee-b43f-49b1abb35f2c', 'name': 'tempest-AttachVolumeNegativeTest-37161294-network', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '648e7927634f419f8e754f76bd8a0952', '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-27T04:52:55Z', 'updated_at': '2022-08-27T04:52:55Z', 'revision_number': 1} available for tenant 2022-08-27 04:53:28,516 130319 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-489082161', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBfBdYYcwg/Tc42cL3tbdkZv4JEyJlnxpKwOvaFj3+7rGLd6wDVOlIfZkHrJB+vHKt6HMAwk7gOj+QLSyqP0MJ5XxPiRTWrDEkeicy2xl+c3G4OqSf+GTHMCLIgeWK2raw==', 'fingerprint': '29:8a:af:37:4e:8e:95:02:c9:72:62:b8:06:bb:e3:a7', 'user_id': 'b62acf375a104203a66043c136fb1f99', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBYLwLAC7wXbNXFQ+y4QYQctw+Zyx1V25E+3crLNQUTjgvGcmKR9drF\nTXkd8YzlTN6gBwYFK4EEACKhZANiAAQXwXWGHMIP03ONnC97W3ZGb+CRMiZZ8aSs\nDr2hY9/u6xi3esA1TpSH2ZB6yQfrxyrehzAMJO4Do/kC0sqj9DCeV8T4kU1qwxJH\nonMtsZfnNxuDqkn/hkxzAiyIHlitq2s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd1122687-d860-46bd-97ae-a1be9235e926', 'name': 'tempest-securitygroup--307957977', 'stateful': True, 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'description': 'tempest-description--17578642', 'shared': False, 'security_group_rules': [{'id': '3ae1fa7d-d403-4fa0-9fc9-1044a70bd960', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'security_group_id': 'd1122687-d860-46bd-97ae-a1be9235e926', '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': 2390, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:53:21Z', 'updated_at': '2022-08-27T04:53:21Z', 'revision_number': 0, 'project_id': '648e7927634f419f8e754f76bd8a0952'}, {'id': 'fc17091a-0392-4eb3-aede-d80095904a7a', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'security_group_id': 'd1122687-d860-46bd-97ae-a1be9235e926', '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': 2389, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:53:21Z', 'updated_at': '2022-08-27T04:53:21Z', 'revision_number': 0, 'project_id': '648e7927634f419f8e754f76bd8a0952'}], 'tags': [], 'created_at': '2022-08-27T04:53:21Z', 'updated_at': '2022-08-27T04:53:21Z', 'revision_number': 1, 'project_id': '648e7927634f419f8e754f76bd8a0952'}, 'floating_ip': {'id': 'e7f96856-3cff-4992-93cf-57768b6401e4', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'floating_ip_address': '172.25.2.80', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '648e7927634f419f8e754f76bd8a0952', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:53:25Z', 'updated_at': '2022-08-27T04:53:25Z', 'revision_number': 0, 'ip': '172.25.2.80'}} 2022-08-27 04:53:30,047 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://10.222.0.76/compute/v2.1/servers 1.529s 2022-08-27 04:53:30,048 130319 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-726214164", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "8e1077ea-ee09-45ee-b43f-49b1abb35f2c"}], "security_groups": [{"name": "tempest-securitygroup--307957977"}], "key_name": "tempest-keypair-489082161", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53: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-c4f24dac-f71b-4fa3-bd5d-63eb028efafe', 'x-compute-request-id': 'req-c4f24dac-f71b-4fa3-bd5d-63eb028efafe', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:53:30,297 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-489082161 0.248s 2022-08-27 04:53:30,298 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32942210-c495-41ee-a658-b36ca6121fb3', 'x-compute-request-id': 'req-32942210-c495-41ee-a658-b36ca6121fb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-489082161'} Body: b'' 2022-08-27 04:53:30,934 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/d1122687-d860-46bd-97ae-a1be9235e926 0.636s 2022-08-27 04:53:30,934 130319 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-afdf2fa0-437d-4126-aca2-bf80cfba9872', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:53:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/d1122687-d860-46bd-97ae-a1be9235e926'} Body: b'' 2022-08-27 04:53:31,027 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/d1122687-d860-46bd-97ae-a1be9235e926 0.092s 2022-08-27 04:53:31,027 130319 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-23ed0ad9-6f26-4b95-895c-0253982cedc8', 'date': 'Sat, 27 Aug 2022 04:53:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/d1122687-d860-46bd-97ae-a1be9235e926'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d1122687-d860-46bd-97ae-a1be9235e926 does not exist", "detail": ""}}' 2022-08-27 04:53:33,609 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/e7f96856-3cff-4992-93cf-57768b6401e4 2.580s 2022-08-27 04:53:33,609 130319 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-d29a9176-4818-4287-a253-bcea0daf296e', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:53:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/e7f96856-3cff-4992-93cf-57768b6401e4'} 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-27 04:53:33,613 130319 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-27 04:53:33,613 130319 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-27 04:53:33,879 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.262s 2022-08-27 04:53:33,879 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1792087809", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIldV0Zfagj2Jy3BHgacJQiCibVDz/n5tMnu9mNWoZy2SH1aM4SGvlRcITdTUJYpcA/9XTPuNMUYbOGXy5GKGU6Y0b0N1jqGZNCJHdDCFQI+J/aO4m3q32XEsdGA13WJXg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:33 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-a889fae0-74b3-41ef-9eae-c05b6aec00ce', 'x-compute-request-id': 'req-a889fae0-74b3-41ef-9eae-c05b6aec00ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1792087809", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIldV0Zfagj2Jy3BHgacJQiCibVDz/n5tMnu9mNWoZy2SH1aM4SGvlRcITdTUJYpcA/9XTPuNMUYbOGXy5GKGU6Y0b0N1jqGZNCJHdDCFQI+J/aO4m3q32XEsdGA13WJXg==", "fingerprint": "2d:18:84:47:28:42:43:9e:68:7a:18:ed:24:c1:2c:4e", "user_id": "b62acf375a104203a66043c136fb1f99"}}' 2022-08-27 04:53:33,881 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1792087809 created 2022-08-27 04:53:34,990 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 1.107s 2022-08-27 04:53:34,990 130319 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--1552015295", "description": "tempest-description--668924031"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-9c4c4e38-689c-430a-82b5-f66d4e24a333', 'date': 'Sat, 27 Aug 2022 04:53:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1cb55b3b-0922-459d-89a2-ba93d5686239", "name": "tempest-securitygroup--1552015295", "stateful": true, "tenant_id": "648e7927634f419f8e754f76bd8a0952", "description": "tempest-description--668924031", "shared": false, "security_group_rules": [{"id": "56046d56-e0e6-4f4d-b473-3b3fe5329a1c", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "1cb55b3b-0922-459d-89a2-ba93d5686239", "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": 2437, "description": null, "tags": [], "created_at": "2022-08-27T04:53:34Z", "updated_at": "2022-08-27T04:53:34Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}, {"id": "e802c3e4-0d93-4b6c-9394-2f04880a5dde", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "1cb55b3b-0922-459d-89a2-ba93d5686239", "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": 2438, "description": null, "tags": [], "created_at": "2022-08-27T04:53:34Z", "updated_at": "2022-08-27T04:53:34Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}], "tags": [], "created_at": "2022-08-27T04:53:34Z", "updated_at": "2022-08-27T04:53:34Z", "revision_number": 1, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:36,264 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.272s 2022-08-27 04:53:36,264 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1cb55b3b-0922-459d-89a2-ba93d5686239", "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-12c410ee-7923-4260-a155-43ccd1c5bf99', 'date': 'Sat, 27 Aug 2022 04:53:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4ca08dd-4ab3-414d-99b1-7ffa89888848", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "1cb55b3b-0922-459d-89a2-ba93d5686239", "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-27T04:53:35Z", "updated_at": "2022-08-27T04:53:35Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:36,783 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.518s 2022-08-27 04:53:36,783 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1cb55b3b-0922-459d-89a2-ba93d5686239", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-80fdc62f-f911-485e-a2d8-e89b76ca4c9b', 'date': 'Sat, 27 Aug 2022 04:53:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3794de9b-3900-4625-9b5f-0f7e6886a921", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "security_group_id": "1cb55b3b-0922-459d-89a2-ba93d5686239", "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-27T04:53:36Z", "updated_at": "2022-08-27T04:53:36Z", "revision_number": 0, "project_id": "648e7927634f419f8e754f76bd8a0952"}}' 2022-08-27 04:53:36,784 130319 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1552015295 created 2022-08-27 04:53:39,303 130319 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/floatingips 2.518s 2022-08-27 04:53:39,303 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-0a99ea3e-3abe-4a80-b68d-c96e48828ed3', 'date': 'Sat, 27 Aug 2022 04:53:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4195003d-1a75-4bc4-9b5c-cac002de6872", "tenant_id": "648e7927634f419f8e754f76bd8a0952", "floating_ip_address": "172.25.2.75", "floating_network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "648e7927634f419f8e754f76bd8a0952", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-27T04:53:38Z", "updated_at": "2022-08-27T04:53:38Z", "revision_number": 0}}' 2022-08-27 04:53:39,304 130319 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4195003d-1a75-4bc4-9b5c-cac002de6872', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'floating_ip_address': '172.25.2.75', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '648e7927634f419f8e754f76bd8a0952', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:53:38Z', 'updated_at': '2022-08-27T04:53:38Z', 'revision_number': 0, 'ip': '172.25.2.75'} created 2022-08-27 04:53:39,951 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.641s 2022-08-27 04:53:39,951 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:39 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-082a1430-0044-431c-aaff-00b3cb4b9afb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b62acf375a104203a66043c136fb1f99", "name": "tempest-AttachVolumeNegativeTest-1294681424-project", "password_expires_at": null}, "audit_ids": ["9AteR947R3C3SsgVD_UCkA"], "expires_at": "2022-08-27T05:53:39.000000Z", "issued_at": "2022-08-27T04:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "648e7927634f419f8e754f76bd8a0952", "name": "tempest-AttachVolumeNegativeTest-1294681424"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/648e7927634f419f8e754f76bd8a0952", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 04:53:39,952 130319 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '8e1077ea-ee09-45ee-b43f-49b1abb35f2c', 'name': 'tempest-AttachVolumeNegativeTest-37161294-network', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '648e7927634f419f8e754f76bd8a0952', '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-27T04:52:55Z', 'updated_at': '2022-08-27T04:52:55Z', 'revision_number': 1} available for tenant 2022-08-27 04:53:39,953 130319 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1792087809', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIldV0Zfagj2Jy3BHgacJQiCibVDz/n5tMnu9mNWoZy2SH1aM4SGvlRcITdTUJYpcA/9XTPuNMUYbOGXy5GKGU6Y0b0N1jqGZNCJHdDCFQI+J/aO4m3q32XEsdGA13WJXg==', 'fingerprint': '2d:18:84:47:28:42:43:9e:68:7a:18:ed:24:c1:2c:4e', 'user_id': 'b62acf375a104203a66043c136fb1f99', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD6p1Iqtx829APss6IstMGW3VuGcqh88pDLzDM95+YEanpK1SVwV7Wr\no+jRqeHLvLqgBwYFK4EEACKhZANiAASJXVdGX2oI9ictwR4GnCUIgom1Q8/5+bTJ\n7vZjVqGctkh9WjOEhr5UXCE3U1CWKXAP/V0z7jTFGGzhl8uRihlOmNG9DdY6hmTQ\niR3QwhUCPif2juJt6t9lxLHRgNd1iV4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1cb55b3b-0922-459d-89a2-ba93d5686239', 'name': 'tempest-securitygroup--1552015295', 'stateful': True, 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'description': 'tempest-description--668924031', 'shared': False, 'security_group_rules': [{'id': '56046d56-e0e6-4f4d-b473-3b3fe5329a1c', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'security_group_id': '1cb55b3b-0922-459d-89a2-ba93d5686239', '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': 2437, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:53:34Z', 'updated_at': '2022-08-27T04:53:34Z', 'revision_number': 0, 'project_id': '648e7927634f419f8e754f76bd8a0952'}, {'id': 'e802c3e4-0d93-4b6c-9394-2f04880a5dde', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'security_group_id': '1cb55b3b-0922-459d-89a2-ba93d5686239', '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': 2438, 'description': None, 'tags': [], 'created_at': '2022-08-27T04:53:34Z', 'updated_at': '2022-08-27T04:53:34Z', 'revision_number': 0, 'project_id': '648e7927634f419f8e754f76bd8a0952'}], 'tags': [], 'created_at': '2022-08-27T04:53:34Z', 'updated_at': '2022-08-27T04:53:34Z', 'revision_number': 1, 'project_id': '648e7927634f419f8e754f76bd8a0952'}, 'floating_ip': {'id': '4195003d-1a75-4bc4-9b5c-cac002de6872', 'tenant_id': '648e7927634f419f8e754f76bd8a0952', 'floating_ip_address': '172.25.2.75', 'floating_network_id': '2db7b18a-8c4b-4ba8-8012-3e7d96728abb', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '648e7927634f419f8e754f76bd8a0952', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-27T04:53:38Z', 'updated_at': '2022-08-27T04:53:38Z', 'revision_number': 0, 'ip': '172.25.2.75'}} 2022-08-27 04:53:41,311 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://10.222.0.76/compute/v2.1/servers 1.358s 2022-08-27 04:53:41,312 130319 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-1270293548", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "8e1077ea-ee09-45ee-b43f-49b1abb35f2c"}], "security_groups": [{"name": "tempest-securitygroup--1552015295"}], "key_name": "tempest-keypair-1792087809", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53: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-8c46df57-0a9f-45db-83cc-09145629b114', 'x-compute-request-id': 'req-8c46df57-0a9f-45db-83cc-09145629b114', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 04:53:41,312 130319 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-27 04:53:41,534 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1792087809 0.220s 2022-08-27 04:53:41,534 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 04:53:41 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-98d8b2ce-7807-4528-9f9a-4edee148f98c', 'x-compute-request-id': 'req-98d8b2ce-7807-4528-9f9a-4edee148f98c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-keypair-1792087809'} Body: b'' 2022-08-27 04:53:42,570 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/1cb55b3b-0922-459d-89a2-ba93d5686239 1.035s 2022-08-27 04:53:42,571 130319 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-894f4c1e-026d-4975-8de1-f1b8481e8ff8', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:53:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/1cb55b3b-0922-459d-89a2-ba93d5686239'} Body: b'' 2022-08-27 04:53:42,624 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.76:9696/networking/v2.0/security-groups/1cb55b3b-0922-459d-89a2-ba93d5686239 0.052s 2022-08-27 04:53:42,624 130319 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-01ee018e-e854-4615-9de8-2268cefa3520', 'date': 'Sat, 27 Aug 2022 04:53:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/1cb55b3b-0922-459d-89a2-ba93d5686239'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1cb55b3b-0922-459d-89a2-ba93d5686239 does not exist", "detail": ""}}' 2022-08-27 04:53:44,359 130319 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/floatingips/4195003d-1a75-4bc4-9b5c-cac002de6872 1.727s 2022-08-27 04:53:44,360 130319 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-c2007a80-dd93-4ee3-b67c-5892e5850148', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 04:53:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/floatingips/4195003d-1a75-4bc4-9b5c-cac002de6872'} 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-27 05:02:25,286 130310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.100s 2022-08-27 05:02:25,286 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02:25 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-a3ed741c-e30c-4e66-b510-3bd1615406ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2cfdad422b8b435388c3112b7b7cf882", "name": "tempest-VolumesActionsTest-2126007090-project", "password_expires_at": null}, "audit_ids": ["bu8xMwhUR2G_FTR8Qmiyog"], "expires_at": "2022-08-27T06:02:25.000000Z", "issued_at": "2022-08-27T05:02:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21e0295aae6c49ecb0e8c2d9b7a08b43", "name": "tempest-VolumesActionsTest-2126007090"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/21e0295aae6c49ecb0e8c2d9b7a08b43", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_21e0295aae6c49ecb0e8c2d9b7a08b43", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/21e0295aae6c49ecb0e8c2d9b7a08b43", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/21e0295aae6c49ecb0e8c2d9b7a08b43", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:02:25,287 130310 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'f346fb30-7a14-4657-803d-ca58f7c06404', 'name': 'tempest-VolumesActionsTest-1053533786-network', 'tenant_id': '21e0295aae6c49ecb0e8c2d9b7a08b43', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21e0295aae6c49ecb0e8c2d9b7a08b43', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 219, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:02:17Z', 'updated_at': '2022-08-27T05:02:17Z', 'revision_number': 1} available for tenant 2022-08-27 05:02:25,848 130310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://10.222.0.76/compute/v2.1/servers 0.561s 2022-08-27 05:02:25,849 130310 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-922160301", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "f346fb30-7a14-4657-803d-ca58f7c06404"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02: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-52bf4bbf-b08b-41a5-9465-8e96b917b8e6', 'x-compute-request-id': 'req-52bf4bbf-b08b-41a5-9465-8e96b917b8e6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:03:22,181 130310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.069s 2022-08-27 05:03:22,181 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:03:22 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-c9a30d3c-4e77-46b4-9736-c98afada07d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3597ac8a50ea40e09592beeb8a3cfa71", "name": "tempest-VolumesActionsTest-1092692396-project", "password_expires_at": null}, "audit_ids": ["XgSxtOa8ST-T7S0yRsZGMQ"], "expires_at": "2022-08-27T06:03:22.000000Z", "issued_at": "2022-08-27T05:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "977321b44d2f4525a21a182dda7590c0", "name": "tempest-VolumesActionsTest-1092692396"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:03:22,187 130310 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '0303def1-f815-4218-9f9d-d156172c3c6f', 'name': 'tempest-VolumesActionsTest-1241760681-network', 'tenant_id': '977321b44d2f4525a21a182dda7590c0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '977321b44d2f4525a21a182dda7590c0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 223, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:03:15Z', 'updated_at': '2022-08-27T05:03:15Z', 'revision_number': 1} available for tenant 2022-08-27 05:03:22,609 130310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 POST http://10.222.0.76/compute/v2.1/servers 0.420s 2022-08-27 05:03:22,609 130310 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-1715338336", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "0303def1-f815-4218-9f9d-d156172c3c6f"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:03: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-56d49420-a9f2-4b6b-bf96-6df10c38e080', 'x-compute-request-id': 'req-56d49420-a9f2-4b6b-bf96-6df10c38e080', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:03:22,664 130310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.042s 2022-08-27 05:03:22,665 130310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:03:22 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-ce25f778-7cfd-4dd1-b650-744aa6aafdac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3597ac8a50ea40e09592beeb8a3cfa71", "name": "tempest-VolumesActionsTest-1092692396-project", "password_expires_at": null}, "audit_ids": ["cVjGzxNFTY67qS--v1NNXg"], "expires_at": "2022-08-27T06:03:22.000000Z", "issued_at": "2022-08-27T05:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "977321b44d2f4525a21a182dda7590c0", "name": "tempest-VolumesActionsTest-1092692396"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/977321b44d2f4525a21a182dda7590c0", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:03:22,665 130310 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '0303def1-f815-4218-9f9d-d156172c3c6f', 'name': 'tempest-VolumesActionsTest-1241760681-network', 'tenant_id': '977321b44d2f4525a21a182dda7590c0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '977321b44d2f4525a21a182dda7590c0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 223, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:03:15Z', 'updated_at': '2022-08-27T05:03:15Z', 'revision_number': 1} available for tenant 2022-08-27 05:03:23,102 130310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 POST http://10.222.0.76/compute/v2.1/servers 0.436s 2022-08-27 05:03:23,103 130310 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-643402648", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "0303def1-f815-4218-9f9d-d156172c3c6f"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:03: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-4f21ae5e-2aae-473d-9a35-a6de6f0054e1', 'x-compute-request-id': 'req-4f21ae5e-2aae-473d-9a35-a6de6f0054e1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:09:33,575 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.037s 2022-08-27 05:09:33,576 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-85339a84-e451-4ab2-9b40-0bb0acdac895', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dd11d3c4230f45719a7d70c7cffb3c36", "name": "tempest-VolumesSnapshotTestJSON-1953744-project", "password_expires_at": null}, "audit_ids": ["jvQgPkG9Td-kufapraT87Q"], "expires_at": "2022-08-27T06:09:33.000000Z", "issued_at": "2022-08-27T05:09:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d45f1d07ee14af4852e17e7f1925287", "name": "tempest-VolumesSnapshotTestJSON-1953744"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:09:33,576 130314 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '30a62fb7-60bf-4d63-970f-c3734e593078', 'name': 'tempest-VolumesSnapshotTestJSON-553455001-network', 'tenant_id': '5d45f1d07ee14af4852e17e7f1925287', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5d45f1d07ee14af4852e17e7f1925287', '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-27T05:07:36Z', 'updated_at': '2022-08-27T05:07:36Z', 'revision_number': 1} available for tenant 2022-08-27 05:09:33,866 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 500 POST http://10.222.0.76/compute/v2.1/servers 0.289s 2022-08-27 05:09:33,867 130314 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-1440180860", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "30a62fb7-60bf-4d63-970f-c3734e593078"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09: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-34f335e8-0c61-411d-b395-62617c692722', 'x-compute-request-id': 'req-34f335e8-0c61-411d-b395-62617c692722', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:09:41,393 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots 0.472s 2022-08-27 05:09:41,393 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1231084383"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-436fec21-788f-454d-81db-3ab4b286e4fb', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-436fec21-788f-454d-81db-3ab4b286e4fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots'} Body: b'{"snapshot": {"id": "1b53c00d-6c10-4066-8a24-761aa04830ae", "created_at": "2022-08-27T05:09:41.110346", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1231084383", "description": null, "volume_id": "6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "status": "creating", "size": 1, "metadata": {}}}' 2022-08-27 05:09:41,424 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots/1b53c00d-6c10-4066-8a24-761aa04830ae 0.026s 2022-08-27 05:09:41,424 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a2eb83-b3da-482f-b603-b9a2347c3ab2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a2eb83-b3da-482f-b603-b9a2347c3ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots/1b53c00d-6c10-4066-8a24-761aa04830ae'} Body: b'{"snapshot": {"id": "1b53c00d-6c10-4066-8a24-761aa04830ae", "created_at": "2022-08-27T05:09:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1231084383", "description": null, "volume_id": "6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d45f1d07ee14af4852e17e7f1925287", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-27 05:09:42,455 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots/1b53c00d-6c10-4066-8a24-761aa04830ae 0.025s 2022-08-27 05:09:42,455 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bac865-4653-4234-a898-bdc2f1f7be05', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bac865-4653-4234-a898-bdc2f1f7be05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots/1b53c00d-6c10-4066-8a24-761aa04830ae'} Body: b'{"snapshot": {"id": "1b53c00d-6c10-4066-8a24-761aa04830ae", "created_at": "2022-08-27T05:09:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1231084383", "description": null, "volume_id": "6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d45f1d07ee14af4852e17e7f1925287", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-27 05:09:43,485 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots/1b53c00d-6c10-4066-8a24-761aa04830ae 0.025s 2022-08-27 05:09:43,485 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46b251ad-e74f-4df2-9eaa-cf50fc4601d6', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46b251ad-e74f-4df2-9eaa-cf50fc4601d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287/snapshots/1b53c00d-6c10-4066-8a24-761aa04830ae'} Body: b'{"snapshot": {"id": "1b53c00d-6c10-4066-8a24-761aa04830ae", "created_at": "2022-08-27T05:09:41.000000", "updated_at": "2022-08-27T05:09:43.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1231084383", "description": null, "volume_id": "6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d45f1d07ee14af4852e17e7f1925287", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-27 05:09:43,489 130314 INFO [tempest.common.waiters] snapshot 1b53c00d-6c10-4066-8a24-761aa04830ae reached available after waiting for 2.489482 seconds 2022-08-27 05:09:43,540 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.044s 2022-08-27 05:09:43,540 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eae0c28e-a882-49dc-80c6-fc696fa0285d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dd11d3c4230f45719a7d70c7cffb3c36", "name": "tempest-VolumesSnapshotTestJSON-1953744-project", "password_expires_at": null}, "audit_ids": ["fKUXbal0SvGDSYJneXvZOg"], "expires_at": "2022-08-27T06:09:43.000000Z", "issued_at": "2022-08-27T05:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d45f1d07ee14af4852e17e7f1925287", "name": "tempest-VolumesSnapshotTestJSON-1953744"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5d45f1d07ee14af4852e17e7f1925287", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:09:43,541 130314 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '30a62fb7-60bf-4d63-970f-c3734e593078', 'name': 'tempest-VolumesSnapshotTestJSON-553455001-network', 'tenant_id': '5d45f1d07ee14af4852e17e7f1925287', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5d45f1d07ee14af4852e17e7f1925287', '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-27T05:07:36Z', 'updated_at': '2022-08-27T05:07:36Z', 'revision_number': 1} available for tenant 2022-08-27 05:09:43,814 130314 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 500 POST http://10.222.0.76/compute/v2.1/servers 0.272s 2022-08-27 05:09:43,815 130314 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-1272249592", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "30a62fb7-60bf-4d63-970f-c3734e593078"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-b67fe326-9c45-4e74-afc6-2ab040e006e1', 'x-compute-request-id': 'req-b67fe326-9c45-4e74-afc6-2ab040e006e1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:14:25,358 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.333s 2022-08-27 05:14:25,359 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-859403056", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSZ99Cu1u23czkgggmdMfUAg9NT5aRQn8Zo72IbovJ0dmB1kCQabr+BD6mB1GjmTP0n4A0LjpQBkamS5cYLMbLrRBc5vI9htL9+SWLR2PPNcDIOBFhake4v8IOhKb27Fw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:25 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-d77ee63d-9bc5-4d8b-91e5-68415d6388b2', 'x-compute-request-id': 'req-d77ee63d-9bc5-4d8b-91e5-68415d6388b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-859403056", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSZ99Cu1u23czkgggmdMfUAg9NT5aRQn8Zo72IbovJ0dmB1kCQabr+BD6mB1GjmTP0n4A0LjpQBkamS5cYLMbLrRBc5vI9htL9+SWLR2PPNcDIOBFhake4v8IOhKb27Fw==", "fingerprint": "af:52:f1:63:22:ca:66:19:a3:9e:d0:ab:00:b1:70:94", "user_id": "26853b507a814ef0b5f46713be27871c"}}' 2022-08-27 05:14:25,404 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.038s 2022-08-27 05:14:25,404 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:25 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-aeab3179-6ce0-4975-9605-1ecc212978c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "26853b507a814ef0b5f46713be27871c", "name": "tempest-TestEncryptedCinderVolumes-850067406-project", "password_expires_at": null}, "audit_ids": ["gWJKnpHPSZWZNfOgZn0RpA"], "expires_at": "2022-08-27T06:14:25.000000Z", "issued_at": "2022-08-27T05:14:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c42882d6b0e4528ac35da0aa56f8621", "name": "tempest-TestEncryptedCinderVolumes-850067406"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:14:25,411 177608 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup) Found network {'id': 'b638dae3-52d9-4d52-9864-a9d6a780af4c', 'name': 'tempest-TestEncryptedCinderVolumes-1674568698-network', 'tenant_id': '7c42882d6b0e4528ac35da0aa56f8621', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c42882d6b0e4528ac35da0aa56f8621', '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-27T05:14:12Z', 'updated_at': '2022-08-27T05:14:12Z', 'revision_number': 1} available for tenant 2022-08-27 05:14:25,710 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 500 POST http://10.222.0.76/compute/v2.1/servers 0.298s 2022-08-27 05:14:25,711 177608 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-56275277", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-859403056", "networks": [{"uuid": "b638dae3-52d9-4d52-9864-a9d6a780af4c"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14: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-9e55191c-15c3-402e-b933-a548742e437c', 'x-compute-request-id': 'req-9e55191c-15c3-402e-b933-a548742e437c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:14:25,832 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-859403056 0.112s 2022-08-27 05:14:25,832 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14: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-b41870fe-825f-4214-92be-52b9ea2bdaf2', 'x-compute-request-id': 'req-b41870fe-825f-4214-92be-52b9ea2bdaf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-859403056'} 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-27 05:14:27,018 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 1.181s 2022-08-27 05:14:27,019 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-694967205", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBEdXzEHcpCx7O2cq87TZMRxMNJ485CbvygOvEzRhEJVQmV/wOOH69rvMS5juiR+btyA4cb3gQvT9LQP2S8SwuWkUnkAkHlHV73t/bEvcz2v9vOMKADHoIxF+Quv6EE0Kg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:25 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-d030ebc3-8671-4021-af2a-8e160d11d248', 'x-compute-request-id': 'req-d030ebc3-8671-4021-af2a-8e160d11d248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-694967205", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBEdXzEHcpCx7O2cq87TZMRxMNJ485CbvygOvEzRhEJVQmV/wOOH69rvMS5juiR+btyA4cb3gQvT9LQP2S8SwuWkUnkAkHlHV73t/bEvcz2v9vOMKADHoIxF+Quv6EE0Kg==", "fingerprint": "63:0a:79:49:b7:b0:38:62:d9:95:6d:6e:04:9f:18:6b", "user_id": "26853b507a814ef0b5f46713be27871c"}}' 2022-08-27 05:14:27,061 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.034s 2022-08-27 05:14:27,061 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:27 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-9b8bdded-fb28-4bbb-84bd-a3d9e4a7dcc1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "26853b507a814ef0b5f46713be27871c", "name": "tempest-TestEncryptedCinderVolumes-850067406-project", "password_expires_at": null}, "audit_ids": ["1rnRyNyjSfKa6KzxFCC2kA"], "expires_at": "2022-08-27T06:14:27.000000Z", "issued_at": "2022-08-27T05:14:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c42882d6b0e4528ac35da0aa56f8621", "name": "tempest-TestEncryptedCinderVolumes-850067406"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:14:27,062 177608 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks) Found network {'id': 'b638dae3-52d9-4d52-9864-a9d6a780af4c', 'name': 'tempest-TestEncryptedCinderVolumes-1674568698-network', 'tenant_id': '7c42882d6b0e4528ac35da0aa56f8621', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c42882d6b0e4528ac35da0aa56f8621', '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-27T05:14:12Z', 'updated_at': '2022-08-27T05:14:12Z', 'revision_number': 1} available for tenant 2022-08-27 05:14:27,330 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 500 POST http://10.222.0.76/compute/v2.1/servers 0.267s 2022-08-27 05:14:27,330 177608 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-1858295603", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-694967205", "networks": [{"uuid": "b638dae3-52d9-4d52-9864-a9d6a780af4c"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-7c54bc00-f765-47bf-acc6-bb8980922ac2', 'x-compute-request-id': 'req-7c54bc00-f765-47bf-acc6-bb8980922ac2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:14:27,442 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-694967205 0.110s 2022-08-27 05:14:27,442 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fbe1415-63ad-4e28-a995-e1273f775d31', 'x-compute-request-id': 'req-0fbe1415-63ad-4e28-a995-e1273f775d31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-694967205'} 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-27 05:14:27,598 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.150s 2022-08-27 05:14:27,598 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1074591748", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIhzdVcje4M3lGoIn1iAfbwDYIO++XxpP2DHWpwYMWv8IyfZH90nvc77WFCvzTZ+VSYYTMe1UAjYfnauv4AwUPL/oGmTcvIMHcUfnBApPJW8OLr0pLoiO/mDWDPCdl8v4A=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:27 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-cc4a8565-e974-4a70-bc7f-632a9c06657d', 'x-compute-request-id': 'req-cc4a8565-e974-4a70-bc7f-632a9c06657d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1074591748", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIhzdVcje4M3lGoIn1iAfbwDYIO++XxpP2DHWpwYMWv8IyfZH90nvc77WFCvzTZ+VSYYTMe1UAjYfnauv4AwUPL/oGmTcvIMHcUfnBApPJW8OLr0pLoiO/mDWDPCdl8v4A==", "fingerprint": "d0:ba:f1:7d:a3:10:07:d6:6b:96:20:91:c9:36:2b:3a", "user_id": "26853b507a814ef0b5f46713be27871c"}}' 2022-08-27 05:14:27,646 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.034s 2022-08-27 05:14:27,646 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:27 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-315ebd86-8a75-4c71-9b6a-1c454fc8cdb8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "26853b507a814ef0b5f46713be27871c", "name": "tempest-TestEncryptedCinderVolumes-850067406-project", "password_expires_at": null}, "audit_ids": ["15w6n3V7TlmxL2n9dOh_GQ"], "expires_at": "2022-08-27T06:14:27.000000Z", "issued_at": "2022-08-27T05:14:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c42882d6b0e4528ac35da0aa56f8621", "name": "tempest-TestEncryptedCinderVolumes-850067406"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/7c42882d6b0e4528ac35da0aa56f8621", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:14:27,647 177608 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': 'b638dae3-52d9-4d52-9864-a9d6a780af4c', 'name': 'tempest-TestEncryptedCinderVolumes-1674568698-network', 'tenant_id': '7c42882d6b0e4528ac35da0aa56f8621', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c42882d6b0e4528ac35da0aa56f8621', '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-27T05:14:12Z', 'updated_at': '2022-08-27T05:14:12Z', 'revision_number': 1} available for tenant 2022-08-27 05:14:27,919 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 POST http://10.222.0.76/compute/v2.1/servers 0.271s 2022-08-27 05:14:27,919 177608 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-679309973", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1074591748", "networks": [{"uuid": "b638dae3-52d9-4d52-9864-a9d6a780af4c"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-2e051760-e8df-4dc3-9e71-76f0b0f3da33', 'x-compute-request-id': 'req-2e051760-e8df-4dc3-9e71-76f0b0f3da33', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:14:28,055 177608 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1074591748 0.135s 2022-08-27 05:14:28,055 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-269a9b95-015e-48e4-916d-0b1c56c24ab4', 'x-compute-request-id': 'req-269a9b95-015e-48e4-916d-0b1c56c24ab4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1074591748'} 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-27 05:14:52,342 177608 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-27 05:14:52,723 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.76/image/v2/images 0.380s 2022-08-27 05:14:52,723 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1675177621", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e1b5109e-93a2-4fee-ab47-e485758f0690', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c1d5ddb2-b77d-4b0e-ba22-589450bd4c0a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1675177621", "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": "f4f7660d9be0490098a63eeed7eb3fb0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e1b5109e-93a2-4fee-ab47-e485758f0690", "created_at": "2022-08-27T05:14:53Z", "updated_at": "2022-08-27T05:14:53Z", "tags": [], "self": "/v2/images/e1b5109e-93a2-4fee-ab47-e485758f0690", "file": "/v2/images/e1b5109e-93a2-4fee-ab47-e485758f0690/file", "schema": "/v2/schemas/image"}' 2022-08-27 05:15:04,263 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.222.0.76/image/v2/images/e1b5109e-93a2-4fee-ab47-e485758f0690/file 11.539s 2022-08-27 05:15:04,263 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7ff243560370> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f04f10a0-dfab-4510-ad99-ed3b45f92416', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/image/v2/images/e1b5109e-93a2-4fee-ab47-e485758f0690/file'} Body: b'' 2022-08-27 05:15:04,264 177608 DEBUG [tempest.scenario.manager] image:e1b5109e-93a2-4fee-ab47-e485758f0690 2022-08-27 05:15:04,444 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.177s 2022-08-27 05:15:04,444 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1127871111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO9XJYS2jTn1BIhOkMebcxHTdTUCdHI0g7XBnsA+wOJ41VUrH1gsaSKFBA2Ea+uaHM5kK+Ay0NF9raTWc+B20rREDGJ1prOac9cO4efBDg6LDACsSh/LbmHficA/P+YTqg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:04 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-14263252-389e-44a4-97cd-490e066f638e', 'x-compute-request-id': 'req-14263252-389e-44a4-97cd-490e066f638e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1127871111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO9XJYS2jTn1BIhOkMebcxHTdTUCdHI0g7XBnsA+wOJ41VUrH1gsaSKFBA2Ea+uaHM5kK+Ay0NF9raTWc+B20rREDGJ1prOac9cO4efBDg6LDACsSh/LbmHficA/P+YTqg==", "fingerprint": "a3:a0:79:88:29:5d:e1:6e:52:ce:2a:1e:20:2b:8a:73", "user_id": "7114fccef0ff4ed7938d4c924a9a64b5"}}' 2022-08-27 05:15:04,486 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.034s 2022-08-27 05:15:04,487 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:04 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-466d4d35-a796-4284-8a72-49690eaeb66b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7114fccef0ff4ed7938d4c924a9a64b5", "name": "tempest-TestMinimumBasicScenario-1716808945-project", "password_expires_at": null}, "audit_ids": ["dNqd_X28TgWbMkQiNXddxA"], "expires_at": "2022-08-27T06:15:04.000000Z", "issued_at": "2022-08-27T05:15:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4f7660d9be0490098a63eeed7eb3fb0", "name": "tempest-TestMinimumBasicScenario-1716808945"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:15:04,487 177608 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'feb69554-279f-4c0a-a3ae-9a33f3b28f4e', 'name': 'tempest-TestMinimumBasicScenario-274874528-network', 'tenant_id': 'f4f7660d9be0490098a63eeed7eb3fb0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f4f7660d9be0490098a63eeed7eb3fb0', '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-27T05:14:39Z', 'updated_at': '2022-08-27T05:14:39Z', 'revision_number': 1} available for tenant 2022-08-27 05:15:04,759 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 POST http://10.222.0.76/compute/v2.1/servers 0.271s 2022-08-27 05:15:04,759 177608 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-1695947844", "imageRef": "e1b5109e-93a2-4fee-ab47-e485758f0690", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-1127871111", "networks": [{"uuid": "feb69554-279f-4c0a-a3ae-9a33f3b28f4e"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15: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-37aa5c89-6b96-4b5f-a7e0-9c12326b95c5', 'x-compute-request-id': 'req-37aa5c89-6b96-4b5f-a7e0-9c12326b95c5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:15:04,861 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1127871111 0.090s 2022-08-27 05:15:04,861 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8267f06-ded1-45a7-8d80-496417fc9a5f', 'x-compute-request-id': 'req-c8267f06-ded1-45a7-8d80-496417fc9a5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1127871111'} Body: b'' 2022-08-27 05:15:05,808 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.76/image/v2/images/e1b5109e-93a2-4fee-ab47-e485758f0690 0.946s 2022-08-27 05:15:05,809 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d575abf0-cd36-4503-bb86-d21826a427a0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/image/v2/images/e1b5109e-93a2-4fee-ab47-e485758f0690'} 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-27 05:15:05,811 177608 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-27 05:15:05,942 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.76/image/v2/images 0.131s 2022-08-27 05:15:05,943 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--524603274", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/33e57f92-119f-4607-9b60-b9a7574d792d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-907dde6f-49e3-4985-95a6-ef4118cba443', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/image/v2/images'} Body: b'{"name": "tempest-scenario-img--524603274", "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": "f4f7660d9be0490098a63eeed7eb3fb0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "33e57f92-119f-4607-9b60-b9a7574d792d", "created_at": "2022-08-27T05:15:06Z", "updated_at": "2022-08-27T05:15:06Z", "tags": [], "self": "/v2/images/33e57f92-119f-4607-9b60-b9a7574d792d", "file": "/v2/images/33e57f92-119f-4607-9b60-b9a7574d792d/file", "schema": "/v2/schemas/image"}' 2022-08-27 05:15:16,657 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.76/image/v2/images/33e57f92-119f-4607-9b60-b9a7574d792d/file 10.713s 2022-08-27 05:15:16,657 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7ff2431b9e80> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7b9b7dd1-4e6e-4c3e-86c2-348600cf33d0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/image/v2/images/33e57f92-119f-4607-9b60-b9a7574d792d/file'} Body: b'' 2022-08-27 05:15:16,657 177608 DEBUG [tempest.scenario.manager] image:33e57f92-119f-4607-9b60-b9a7574d792d 2022-08-27 05:15:16,786 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.126s 2022-08-27 05:15:16,787 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1323582909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCrmHW6il245/uvV6mF6e4zbxfsXMdra3ypUlejOP4ZuX91aSOrZOrLebHm/g3SbHe+vGEV0Qg7Mq5dkEkVEd0xMY8FE5POYZUWy9nPow64FoQlXTfCGVMNVcRPso6Mi1A=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:16 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-a13cb3ef-ad7f-4dae-be7b-8cf6aa28825b', 'x-compute-request-id': 'req-a13cb3ef-ad7f-4dae-be7b-8cf6aa28825b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1323582909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCrmHW6il245/uvV6mF6e4zbxfsXMdra3ypUlejOP4ZuX91aSOrZOrLebHm/g3SbHe+vGEV0Qg7Mq5dkEkVEd0xMY8FE5POYZUWy9nPow64FoQlXTfCGVMNVcRPso6Mi1A==", "fingerprint": "67:11:c2:62:28:69:8e:96:63:58:c8:eb:04:93:de:c9", "user_id": "7114fccef0ff4ed7938d4c924a9a64b5"}}' 2022-08-27 05:15:16,827 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.032s 2022-08-27 05:15:16,828 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:16 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-9bb2a2dc-ba9d-4ae4-82fb-7e46bbb06e4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7114fccef0ff4ed7938d4c924a9a64b5", "name": "tempest-TestMinimumBasicScenario-1716808945-project", "password_expires_at": null}, "audit_ids": ["yXjp8IZER0StBj65wf6QBw"], "expires_at": "2022-08-27T06:15:16.000000Z", "issued_at": "2022-08-27T05:15:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4f7660d9be0490098a63eeed7eb3fb0", "name": "tempest-TestMinimumBasicScenario-1716808945"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/f4f7660d9be0490098a63eeed7eb3fb0", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:15:16,828 177608 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'feb69554-279f-4c0a-a3ae-9a33f3b28f4e', 'name': 'tempest-TestMinimumBasicScenario-274874528-network', 'tenant_id': 'f4f7660d9be0490098a63eeed7eb3fb0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f4f7660d9be0490098a63eeed7eb3fb0', '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-27T05:14:39Z', 'updated_at': '2022-08-27T05:14:39Z', 'revision_number': 1} available for tenant 2022-08-27 05:15:17,093 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://10.222.0.76/compute/v2.1/servers 0.264s 2022-08-27 05:15:17,094 177608 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-665123382", "imageRef": "33e57f92-119f-4607-9b60-b9a7574d792d", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-1323582909", "networks": [{"uuid": "feb69554-279f-4c0a-a3ae-9a33f3b28f4e"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-dc1e98de-e5e5-4811-8ed3-ab02906bb537', 'x-compute-request-id': 'req-dc1e98de-e5e5-4811-8ed3-ab02906bb537', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:15:17,181 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1323582909 0.086s 2022-08-27 05:15:17,181 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1c986dd-4e57-4212-a1f4-bdb62385e03b', 'x-compute-request-id': 'req-c1c986dd-4e57-4212-a1f4-bdb62385e03b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1323582909'} Body: b'' 2022-08-27 05:15:18,323 177608 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.76/image/v2/images/33e57f92-119f-4607-9b60-b9a7574d792d 1.141s 2022-08-27 05:15:18,323 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-108cceed-012a-493f-b1dd-2998cdc4dbe3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76/image/v2/images/33e57f92-119f-4607-9b60-b9a7574d792d'} 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-27 05:00:21,961 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 1.022s 2022-08-27 05:00:21,962 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-2048327251", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSiw02gquz8hu5kDkDIbeggjiB09muhtH51o4b+nMPMl4twkajAEgQ1Lp7lM8HEDEoWUna9JTuIbUajWWr+Wgdxs8xk8BhSSct+4fs6acDr6ioqVDcfV496jHQh78ax/g=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:00:20 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-b1956ec8-c8c5-46f6-8260-2694ced7e375', 'x-compute-request-id': 'req-b1956ec8-c8c5-46f6-8260-2694ced7e375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-2048327251", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSiw02gquz8hu5kDkDIbeggjiB09muhtH51o4b+nMPMl4twkajAEgQ1Lp7lM8HEDEoWUna9JTuIbUajWWr+Wgdxs8xk8BhSSct+4fs6acDr6ioqVDcfV496jHQh78ax/g==", "fingerprint": "17:7e:4b:95:2e:53:b9:94:a9:cb:db:60:a4:5d:0b:d5", "user_id": "f93cfb60764b472798894864bd7ac895"}}' 2022-08-27 05:00:24,693 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 2.727s 2022-08-27 05:00:24,694 130304 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-1974073702", "description": "tempest-secgroup-smoke-1974073702 description", "project_id": "acc20d3acbb8412595ec5e464a94b770"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-6f5c582b-9abd-4caf-a495-c991124dd932', 'date': 'Sat, 27 Aug 2022 05:00:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "name": "tempest-secgroup-smoke-1974073702", "stateful": true, "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "description": "tempest-secgroup-smoke-1974073702 description", "shared": false, "security_group_rules": [{"id": "404f5acc-f53b-4030-8207-608a22853575", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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": 3480, "description": null, "tags": [], "created_at": "2022-08-27T05:00:23Z", "updated_at": "2022-08-27T05:00:23Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}, {"id": "f9e7e35a-de91-40eb-9f0e-4bcd1193b290", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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": 3481, "description": null, "tags": [], "created_at": "2022-08-27T05:00:23Z", "updated_at": "2022-08-27T05:00:23Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}], "tags": [], "created_at": "2022-08-27T05:00:23Z", "updated_at": "2022-08-27T05:00:23Z", "revision_number": 1, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:25,235 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.541s 2022-08-27 05:00:25,236 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-7e0ee1dc-8f6d-4263-9e81-5c57e32572a6', 'date': 'Sat, 27 Aug 2022 05:00:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b7c68377-1dc2-4ccf-aaef-0daada858116", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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-27T05:00:24Z", "updated_at": "2022-08-27T05:00:24Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:25,851 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.614s 2022-08-27 05:00:25,851 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-9a0a9837-c18a-4f8f-a5f8-5760841796e1', 'date': 'Sat, 27 Aug 2022 05:00:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c063f2b-4fc9-4c26-b492-61fa8a167363", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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-27T05:00:25Z", "updated_at": "2022-08-27T05:00:25Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:26,680 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.828s 2022-08-27 05:00:26,681 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-44ce521d-3557-45ba-a970-cd708efc20a2', 'date': 'Sat, 27 Aug 2022 05:00:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ab57b2c-cae1-49cf-94d2-41bc8c823555", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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-27T05:00:26Z", "updated_at": "2022-08-27T05:00:26Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:28,106 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.425s 2022-08-27 05:00:28,107 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5e6bcfe1-9e6e-4c7a-ba5c-c44d846e72e4', 'date': 'Sat, 27 Aug 2022 05:00:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e2ca4ac0-88fc-45d9-8b86-f156c8dda183", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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-27T05:00:27Z", "updated_at": "2022-08-27T05:00:27Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:30,001 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.893s 2022-08-27 05:00:30,001 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5afd3561-b81b-4891-8b2b-ef064c383e20', 'date': 'Sat, 27 Aug 2022 05:00:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8d584434-51bf-40d5-a57e-e259b92df2ef", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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-27T05:00:29Z", "updated_at": "2022-08-27T05:00:29Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:31,336 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.334s 2022-08-27 05:00:31,336 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-49c03848-ec7a-4cf3-8f89-9f3f6ed13885', 'date': 'Sat, 27 Aug 2022 05:00:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e8f10646-be1e-4d05-a26d-cbb416feca1a", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "bfedcbf5-2818-4045-b56c-596951ceb5e0", "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-27T05:00:30Z", "updated_at": "2022-08-27T05:00:30Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:32,611 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 1.274s 2022-08-27 05:00:32,611 130304 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--1923537890", "project_id": "acc20d3acbb8412595ec5e464a94b770", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d8a0ed8a-8962-4539-8e21-2312d7c41fa5', 'date': 'Sat, 27 Aug 2022 05:00:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6","name":"tempest-network-smoke--1923537890","tenant_id":"acc20d3acbb8412595ec5e464a94b770","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"acc20d3acbb8412595ec5e464a94b770","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-27T05:00:31Z","updated_at":"2022-08-27T05:00:31Z","revision_number":1}}' 2022-08-27 05:00:41,696 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 9.083s 2022-08-27 05:00:41,696 130304 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-322953189", "admin_state_up": true, "project_id": "acc20d3acbb8412595ec5e464a94b770", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-abe7afeb-a744-44a7-b97b-34aafeb22864', 'date': 'Sat, 27 Aug 2022 05:00:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "83ea0705-a094-488f-afe2-44e356da757c", "name": "tempest-TestNetworkAdvancedServerOps-router-322953189", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.109"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:00:32Z", "updated_at": "2022-08-27T05:00:36Z", "revision_number": 3, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:00:42,228 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28 0.531s 2022-08-27 05:00:42,228 130304 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-3c3d115b-f5c6-4156-a6d4-b4b73e562347', 'date': 'Sat, 27 Aug 2022 05:00:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:00:43,052 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.823s 2022-08-27 05:00:43,058 130304 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-6ae149b7-33ed-46d3-9d90-dfecedf8ce1a', 'date': 'Sat, 27 Aug 2022 05:00:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:00:43,176 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.117s 2022-08-27 05:00:43,176 130304 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-96fd966e-1fb5-41fa-a676-19c0ebb4ee5c', 'date': 'Sat, 27 Aug 2022 05:00:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:00:45,926 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 2.749s 2022-08-27 05:00:45,926 130304 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-718109673", "network_id": "84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6", "project_id": "acc20d3acbb8412595ec5e464a94b770", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-2f99e0d2-bb2b-4671-96be-c86d0ba675b7', 'date': 'Sat, 27 Aug 2022 05:00:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ec085442-b3e0-4606-91e1-61ecedc6d91e","name":"tempest-subnet-smoke-718109673","tenant_id":"acc20d3acbb8412595ec5e464a94b770","network_id":"84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6","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-27T05:00:43Z","updated_at":"2022-08-27T05:00:43Z","revision_number":0,"project_id":"acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:01,481 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/83ea0705-a094-488f-afe2-44e356da757c/add_router_interface 15.553s 2022-08-27 05:01:01,481 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ec085442-b3e0-4606-91e1-61ecedc6d91e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f855ebcb-108f-4bc4-98b4-fe4e1e875923', 'date': 'Sat, 27 Aug 2022 05:01:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/83ea0705-a094-488f-afe2-44e356da757c/add_router_interface'} Body: b'{"id": "83ea0705-a094-488f-afe2-44e356da757c", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "9716a8ea-4271-4ddf-bdf0-b869d11835b3", "network_id": "84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6", "subnet_id": "ec085442-b3e0-4606-91e1-61ecedc6d91e", "subnet_ids": ["ec085442-b3e0-4606-91e1-61ecedc6d91e"]}' 2022-08-27 05:01:01,744 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.256s 2022-08-27 05:01:01,745 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-62973df9-a198-4b74-937e-0fad5a23a84b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f93cfb60764b472798894864bd7ac895", "name": "tempest-TestNetworkAdvancedServerOps-1774972389-project", "password_expires_at": null}, "audit_ids": ["4NVlCYYpSw22zkdzQeo7vw"], "expires_at": "2022-08-27T06:01:01.000000Z", "issued_at": "2022-08-27T05:01:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acc20d3acbb8412595ec5e464a94b770", "name": "tempest-TestNetworkAdvancedServerOps-1774972389"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:01:01,745 130304 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration) Found network None available for tenant 2022-08-27 05:01:04,171 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 500 POST http://10.222.0.76/compute/v2.1/servers 2.424s 2022-08-27 05:01:04,171 130304 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-1034887012", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6"}], "key_name": "tempest-TestNetworkAdvancedServerOps-2048327251", "security_groups": [{"name": "tempest-secgroup-smoke-1974073702"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01: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-c76eba09-25bb-49c2-b989-269a231a17b5', 'x-compute-request-id': 'req-c76eba09-25bb-49c2-b989-269a231a17b5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:01:11,290 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/83ea0705-a094-488f-afe2-44e356da757c/remove_router_interface 7.105s 2022-08-27 05:01:11,290 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ec085442-b3e0-4606-91e1-61ecedc6d91e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-41a9a570-beb4-42f1-8ecc-185ff04a453c', 'date': 'Sat, 27 Aug 2022 05:01:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/83ea0705-a094-488f-afe2-44e356da757c/remove_router_interface'} Body: b'{"id": "83ea0705-a094-488f-afe2-44e356da757c", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "9716a8ea-4271-4ddf-bdf0-b869d11835b3", "network_id": "84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6", "subnet_id": "ec085442-b3e0-4606-91e1-61ecedc6d91e", "subnet_ids": ["ec085442-b3e0-4606-91e1-61ecedc6d91e"]}' 2022-08-27 05:01:12,545 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/ec085442-b3e0-4606-91e1-61ecedc6d91e 1.254s 2022-08-27 05:01:12,545 130304 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-7f552033-8e05-4864-a026-7376306b7cad', 'date': 'Sat, 27 Aug 2022 05:01:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/ec085442-b3e0-4606-91e1-61ecedc6d91e'} Body: b'' 2022-08-27 05:01:16,791 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/83ea0705-a094-488f-afe2-44e356da757c 4.245s 2022-08-27 05:01:16,792 130304 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-e81a1a52-7158-4547-8416-c573e9f86bb8', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:01:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/83ea0705-a094-488f-afe2-44e356da757c'} Body: b'' 2022-08-27 05:01:17,728 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6 0.935s 2022-08-27 05:01:17,728 130304 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-8e99163c-d479-4d98-ac84-2bbfdaff21cf', 'date': 'Sat, 27 Aug 2022 05:01:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/84ee9933-e2c9-4c2f-af66-ca5ef4ac48d6'} Body: b'' 2022-08-27 05:01:18,459 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/bfedcbf5-2818-4045-b56c-596951ceb5e0 0.730s 2022-08-27 05:01:18,459 130304 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-93b773dc-f341-4baa-a664-f8cc4fd794c3', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:01:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/bfedcbf5-2818-4045-b56c-596951ceb5e0'} Body: b'' 2022-08-27 05:01:18,610 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-2048327251 0.150s 2022-08-27 05:01:18,613 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10168a89-b761-44ca-9bd8-4bdcb3a98bd3', 'x-compute-request-id': 'req-10168a89-b761-44ca-9bd8-4bdcb3a98bd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-2048327251'} 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-27 05:01:18,860 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.241s 2022-08-27 05:01:18,860 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1176647929", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPOBeYFnGcM0XaJ3d6mxfnml7myp2cjWioSUKh5THNTV3NPTR0chcy60EAdTy2o8BKIMuKSSR6y3V8ZJ786Uga/u/eALjJGCjNykYmTJREnNIg1o32SgfoERULdLyzIy1Q=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:18 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-22f2082e-fe69-4906-8376-bd8aece25205', 'x-compute-request-id': 'req-22f2082e-fe69-4906-8376-bd8aece25205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1176647929", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPOBeYFnGcM0XaJ3d6mxfnml7myp2cjWioSUKh5THNTV3NPTR0chcy60EAdTy2o8BKIMuKSSR6y3V8ZJ786Uga/u/eALjJGCjNykYmTJREnNIg1o32SgfoERULdLyzIy1Q==", "fingerprint": "8f:70:46:ec:4c:8f:ec:56:1c:18:61:ed:e7:2c:7c:12", "user_id": "f93cfb60764b472798894864bd7ac895"}}' 2022-08-27 05:01:19,316 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.453s 2022-08-27 05:01:19,317 130304 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-1674960715", "description": "tempest-secgroup-smoke-1674960715 description", "project_id": "acc20d3acbb8412595ec5e464a94b770"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-b7a058c5-f2e5-4646-9b55-bbe8f022edc4', 'date': 'Sat, 27 Aug 2022 05:01:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "name": "tempest-secgroup-smoke-1674960715", "stateful": true, "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "description": "tempest-secgroup-smoke-1674960715 description", "shared": false, "security_group_rules": [{"id": "96a54274-c2ac-4955-aeda-15741015f9f4", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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": 3598, "description": null, "tags": [], "created_at": "2022-08-27T05:01:19Z", "updated_at": "2022-08-27T05:01:19Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}, {"id": "bfa9d233-2afa-4f46-aaa8-d000cd1d8002", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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": 3599, "description": null, "tags": [], "created_at": "2022-08-27T05:01:19Z", "updated_at": "2022-08-27T05:01:19Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}], "tags": [], "created_at": "2022-08-27T05:01:19Z", "updated_at": "2022-08-27T05:01:19Z", "revision_number": 1, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:19,735 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.418s 2022-08-27 05:01:19,736 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-c5791821-db5c-4086-8333-972162a3f83c', 'date': 'Sat, 27 Aug 2022 05:01:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "341443dd-3a1f-497e-a1ce-7eebd7bdf722", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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-27T05:01:19Z", "updated_at": "2022-08-27T05:01:19Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:20,516 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.779s 2022-08-27 05:01:20,516 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-10d28aa8-0812-4f0d-a4ba-e4935ef95bd5', 'date': 'Sat, 27 Aug 2022 05:01:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f7a48797-7607-4498-91de-27c6111dae59", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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-27T05:01:20Z", "updated_at": "2022-08-27T05:01:20Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:21,164 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.647s 2022-08-27 05:01:21,164 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ee118805-7aba-4db3-8a4b-2c4efb1704cf', 'date': 'Sat, 27 Aug 2022 05:01:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ab6233b2-362c-48af-9b94-45709bd98a6c", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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-27T05:01:20Z", "updated_at": "2022-08-27T05:01:20Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:22,043 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.879s 2022-08-27 05:01:22,044 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b59eac63-0a46-4755-9e84-43987c9f7549', 'date': 'Sat, 27 Aug 2022 05:01:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4ff5fbaa-9137-4967-a9a8-7b4044d9c75d", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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-27T05:01:21Z", "updated_at": "2022-08-27T05:01:21Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:22,957 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.912s 2022-08-27 05:01:22,957 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9932aae8-ec97-465d-a0a3-5467380c79f3', 'date': 'Sat, 27 Aug 2022 05:01:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f34e597-c48d-4788-a36e-ec68ea92db62", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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-27T05:01:22Z", "updated_at": "2022-08-27T05:01:22Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:23,877 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.919s 2022-08-27 05:01:23,878 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-09682fae-ecf2-47b5-aacf-24ea19d450e7', 'date': 'Sat, 27 Aug 2022 05:01:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f7d3ab5a-801b-41f8-b724-099ad8706a03", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241", "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-27T05:01:23Z", "updated_at": "2022-08-27T05:01:23Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:25,221 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 1.342s 2022-08-27 05:01:25,222 130304 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--1014421661", "project_id": "acc20d3acbb8412595ec5e464a94b770", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7898fb5d-fc17-4e83-914b-c533c39fe09d', 'date': 'Sat, 27 Aug 2022 05:01:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"56f49e66-9af5-45ea-8093-4994a5035334","name":"tempest-network-smoke--1014421661","tenant_id":"acc20d3acbb8412595ec5e464a94b770","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"acc20d3acbb8412595ec5e464a94b770","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-27T05:01:24Z","updated_at":"2022-08-27T05:01:24Z","revision_number":1}}' 2022-08-27 05:01:32,128 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 6.906s 2022-08-27 05:01:32,129 130304 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-1846890859", "admin_state_up": true, "project_id": "acc20d3acbb8412595ec5e464a94b770", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-6b36a51d-667c-4f6e-bbff-09e239a93527', 'date': 'Sat, 27 Aug 2022 05:01:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "67ada737-450c-446e-a863-514e0894e7a9", "name": "tempest-TestNetworkAdvancedServerOps-router-1846890859", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.159"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:01:25Z", "updated_at": "2022-08-27T05:01:28Z", "revision_number": 3, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:32,436 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28 0.306s 2022-08-27 05:01:32,436 130304 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-1c43e0f5-de97-4f9f-bf88-7fd6ff5db8b6', 'date': 'Sat, 27 Aug 2022 05:01:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:01:32,895 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.458s 2022-08-27 05:01:32,895 130304 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-c72ec0ef-a61f-4236-b78a-4e2a6ab6d6e4', 'date': 'Sat, 27 Aug 2022 05:01:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:01:33,009 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.112s 2022-08-27 05:01:33,009 130304 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-1af9e7e0-a922-45c8-9dfc-f2cf2a8999d5', 'date': 'Sat, 27 Aug 2022 05:01:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:01:35,201 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 2.191s 2022-08-27 05:01:35,201 130304 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-303791562", "network_id": "56f49e66-9af5-45ea-8093-4994a5035334", "project_id": "acc20d3acbb8412595ec5e464a94b770", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-3c5276e1-d6a2-4be7-83ca-b3bf3485ac4a', 'date': 'Sat, 27 Aug 2022 05:01:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"12b074e8-6749-4877-a9e0-d897ee91a691","name":"tempest-subnet-smoke-303791562","tenant_id":"acc20d3acbb8412595ec5e464a94b770","network_id":"56f49e66-9af5-45ea-8093-4994a5035334","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-27T05:01:33Z","updated_at":"2022-08-27T05:01:33Z","revision_number":0,"project_id":"acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:43,490 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/67ada737-450c-446e-a863-514e0894e7a9/add_router_interface 8.288s 2022-08-27 05:01:43,491 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "12b074e8-6749-4877-a9e0-d897ee91a691"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-8f1bc41c-ffd6-4e26-8e28-6de513990a79', 'date': 'Sat, 27 Aug 2022 05:01:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/67ada737-450c-446e-a863-514e0894e7a9/add_router_interface'} Body: b'{"id": "67ada737-450c-446e-a863-514e0894e7a9", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "29a27fb9-a1b9-45a9-9da8-eb258cffc9ed", "network_id": "56f49e66-9af5-45ea-8093-4994a5035334", "subnet_id": "12b074e8-6749-4877-a9e0-d897ee91a691", "subnet_ids": ["12b074e8-6749-4877-a9e0-d897ee91a691"]}' 2022-08-27 05:01:43,925 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.428s 2022-08-27 05:01:43,925 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6bf8398a-7f6e-4b57-be90-2129bff262d8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f93cfb60764b472798894864bd7ac895", "name": "tempest-TestNetworkAdvancedServerOps-1774972389-project", "password_expires_at": null}, "audit_ids": ["-rnK5jFeRFSSjlMlDKkM7A"], "expires_at": "2022-08-27T06:01:43.000000Z", "issued_at": "2022-08-27T05:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acc20d3acbb8412595ec5e464a94b770", "name": "tempest-TestNetworkAdvancedServerOps-1774972389"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:01:43,926 130304 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert) Found network None available for tenant 2022-08-27 05:01:45,130 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 500 POST http://10.222.0.76/compute/v2.1/servers 1.203s 2022-08-27 05:01:45,130 130304 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-1274200774", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "56f49e66-9af5-45ea-8093-4994a5035334"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1176647929", "security_groups": [{"name": "tempest-secgroup-smoke-1674960715"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-468e06d7-9002-4039-b9d8-e80440af7de0', 'x-compute-request-id': 'req-468e06d7-9002-4039-b9d8-e80440af7de0', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:01:50,725 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/67ada737-450c-446e-a863-514e0894e7a9/remove_router_interface 5.594s 2022-08-27 05:01:50,725 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "12b074e8-6749-4877-a9e0-d897ee91a691"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-0fdf5982-3e93-4cee-840d-a735595aa970', 'date': 'Sat, 27 Aug 2022 05:01:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/67ada737-450c-446e-a863-514e0894e7a9/remove_router_interface'} Body: b'{"id": "67ada737-450c-446e-a863-514e0894e7a9", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "29a27fb9-a1b9-45a9-9da8-eb258cffc9ed", "network_id": "56f49e66-9af5-45ea-8093-4994a5035334", "subnet_id": "12b074e8-6749-4877-a9e0-d897ee91a691", "subnet_ids": ["12b074e8-6749-4877-a9e0-d897ee91a691"]}' 2022-08-27 05:01:51,542 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/12b074e8-6749-4877-a9e0-d897ee91a691 0.816s 2022-08-27 05:01:51,543 130304 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-2602a321-381e-4f1a-a32f-abd813c4ea90', 'date': 'Sat, 27 Aug 2022 05:01:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/12b074e8-6749-4877-a9e0-d897ee91a691'} Body: b'' 2022-08-27 05:01:54,092 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/67ada737-450c-446e-a863-514e0894e7a9 2.548s 2022-08-27 05:01:54,092 130304 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-5acca069-b3d4-4f60-8a8c-c790c5ea4227', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:01:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/67ada737-450c-446e-a863-514e0894e7a9'} Body: b'' 2022-08-27 05:01:55,969 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/56f49e66-9af5-45ea-8093-4994a5035334 1.876s 2022-08-27 05:01:55,969 130304 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-b2833c9f-486f-4a45-a549-4f4942cadb70', 'date': 'Sat, 27 Aug 2022 05:01:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/56f49e66-9af5-45ea-8093-4994a5035334'} Body: b'' 2022-08-27 05:01:56,586 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241 0.616s 2022-08-27 05:01:56,586 130304 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-ce528c60-442b-411d-924f-e036090630b3', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:01:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/3f7e1f88-e5a9-49e1-beb3-5ccfa95ff241'} Body: b'' 2022-08-27 05:01:56,851 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1176647929 0.264s 2022-08-27 05:01:56,854 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01: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-c099f6b0-e4f7-44cf-b62d-fa02b09c5a76', 'x-compute-request-id': 'req-c099f6b0-e4f7-44cf-b62d-fa02b09c5a76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1176647929'} 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-27 05:01:57,062 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.202s 2022-08-27 05:01:57,062 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1025682845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvfgm1K1Bt145o65A2Ev8wZcJIJwzYMNybtuD+IbsvNpLOqkg2U3Y0QS5D7tj6mWy8rkZUEcK82jLnxktsXpntwtsBKGJtnHzQy1OLdoowrJE0Op8oC5/6t1H+7K83LoQ=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-335c66d9-751e-4790-9cd1-11dbc4508732', 'x-compute-request-id': 'req-335c66d9-751e-4790-9cd1-11dbc4508732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1025682845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvfgm1K1Bt145o65A2Ev8wZcJIJwzYMNybtuD+IbsvNpLOqkg2U3Y0QS5D7tj6mWy8rkZUEcK82jLnxktsXpntwtsBKGJtnHzQy1OLdoowrJE0Op8oC5/6t1H+7K83LoQ==", "fingerprint": "25:97:4a:8f:b3:40:35:fd:49:fa:10:bd:b9:00:af:67", "user_id": "f93cfb60764b472798894864bd7ac895"}}' 2022-08-27 05:01:57,768 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.702s 2022-08-27 05:01:57,768 130304 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-292791867", "description": "tempest-secgroup-smoke-292791867 description", "project_id": "acc20d3acbb8412595ec5e464a94b770"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-38ccb103-e266-488b-9d49-99cf87fd657b', 'date': 'Sat, 27 Aug 2022 05:01:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "name": "tempest-secgroup-smoke-292791867", "stateful": true, "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "description": "tempest-secgroup-smoke-292791867 description", "shared": false, "security_group_rules": [{"id": "a4eb4b75-2770-412e-a3f6-4f9fb2c3a941", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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": 3656, "description": null, "tags": [], "created_at": "2022-08-27T05:01:57Z", "updated_at": "2022-08-27T05:01:57Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}, {"id": "f7e7e10f-6d29-48f6-a07f-67c4e69218ac", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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": 3657, "description": null, "tags": [], "created_at": "2022-08-27T05:01:57Z", "updated_at": "2022-08-27T05:01:57Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}], "tags": [], "created_at": "2022-08-27T05:01:57Z", "updated_at": "2022-08-27T05:01:57Z", "revision_number": 1, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:58,351 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.582s 2022-08-27 05:01:58,351 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-848b3ad3-42d9-4acf-a155-3935d93b2098', 'date': 'Sat, 27 Aug 2022 05:01:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "722a133e-656c-47d9-909f-6fc9b9840e98", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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-27T05:01:58Z", "updated_at": "2022-08-27T05:01:58Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:58,970 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.619s 2022-08-27 05:01:58,971 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-013c5b21-f938-4a7c-8028-f1b6a5b3c484', 'date': 'Sat, 27 Aug 2022 05:01:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f7dac22-9662-4ac4-8077-a1a177c49f12", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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-27T05:01:58Z", "updated_at": "2022-08-27T05:01:58Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:01:59,756 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.784s 2022-08-27 05:01:59,756 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bf6d657c-b28d-428a-97cd-23f184d0d7b1', 'date': 'Sat, 27 Aug 2022 05:01:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e9019cd-d7c4-42e3-b81a-528db3b59d6e", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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-27T05:01:59Z", "updated_at": "2022-08-27T05:01:59Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:00,608 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.850s 2022-08-27 05:02:00,608 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5cf57343-c873-4325-8cca-525c0266ad32', 'date': 'Sat, 27 Aug 2022 05:02:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "61bb453f-73e5-400c-9467-d9c341012f51", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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-27T05:02:00Z", "updated_at": "2022-08-27T05:02:00Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:01,427 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.819s 2022-08-27 05:02:01,428 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-7be1984a-5cad-4619-a647-d145456b2856', 'date': 'Sat, 27 Aug 2022 05:02:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c54224b3-ff82-4825-885c-00808119961d", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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-27T05:02:01Z", "updated_at": "2022-08-27T05:02:01Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:02,287 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.858s 2022-08-27 05:02:02,287 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bf711621-9fe6-4586-b934-0474b0752cc6', 'date': 'Sat, 27 Aug 2022 05:02:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "752cae56-e849-4fa7-9d08-3a15d923afc8", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "99fe5776-40ca-4424-8d9e-f4890de9372a", "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-27T05:02:01Z", "updated_at": "2022-08-27T05:02:01Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:03,005 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.717s 2022-08-27 05:02:03,005 130304 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--1198586198", "project_id": "acc20d3acbb8412595ec5e464a94b770", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-72f8e0ba-2be9-42fa-824d-e74549a483ee', 'date': 'Sat, 27 Aug 2022 05:02:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"8ce72fa0-5c90-4a3d-aec6-f75fe02db806","name":"tempest-network-smoke--1198586198","tenant_id":"acc20d3acbb8412595ec5e464a94b770","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"acc20d3acbb8412595ec5e464a94b770","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-27T05:02:02Z","updated_at":"2022-08-27T05:02:02Z","revision_number":1}}' 2022-08-27 05:02:08,223 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 5.217s 2022-08-27 05:02:08,223 130304 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-156076790", "admin_state_up": true, "project_id": "acc20d3acbb8412595ec5e464a94b770", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-4cdedd11-21d8-489c-ad7a-552250c45b89', 'date': 'Sat, 27 Aug 2022 05:02:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "62798e97-0f99-4ead-9572-e0ebdb423055", "name": "tempest-TestNetworkAdvancedServerOps-router-156076790", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.171"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:02:03Z", "updated_at": "2022-08-27T05:02:06Z", "revision_number": 3, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:08,311 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28 0.087s 2022-08-27 05:02:08,311 130304 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-eded15cd-3336-4595-a73b-984b464b00d2', 'date': 'Sat, 27 Aug 2022 05:02:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:02:08,561 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.249s 2022-08-27 05:02:08,561 130304 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-996a0fb5-588b-4758-8e1f-26dc9c244dad', 'date': 'Sat, 27 Aug 2022 05:02:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:02:08,609 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.047s 2022-08-27 05:02:08,610 130304 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-c33740bd-c55c-43bb-8553-3c59c867e8e5', 'date': 'Sat, 27 Aug 2022 05:02:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:02:10,611 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 2.001s 2022-08-27 05:02:10,612 130304 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-1704382110", "network_id": "8ce72fa0-5c90-4a3d-aec6-f75fe02db806", "project_id": "acc20d3acbb8412595ec5e464a94b770", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-6df81c17-0875-479a-b134-af358322f4e4', 'date': 'Sat, 27 Aug 2022 05:02:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5c82cf0a-3092-4624-b495-bf00c06dcf1a","name":"tempest-subnet-smoke-1704382110","tenant_id":"acc20d3acbb8412595ec5e464a94b770","network_id":"8ce72fa0-5c90-4a3d-aec6-f75fe02db806","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-27T05:02:09Z","updated_at":"2022-08-27T05:02:09Z","revision_number":0,"project_id":"acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:18,211 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/62798e97-0f99-4ead-9572-e0ebdb423055/add_router_interface 7.598s 2022-08-27 05:02:18,211 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "5c82cf0a-3092-4624-b495-bf00c06dcf1a"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-800d68a9-6137-42ce-8091-03f54800adfe', 'date': 'Sat, 27 Aug 2022 05:02:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/62798e97-0f99-4ead-9572-e0ebdb423055/add_router_interface'} Body: b'{"id": "62798e97-0f99-4ead-9572-e0ebdb423055", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "f008f08a-42ce-4ec6-8792-277c01c544b7", "network_id": "8ce72fa0-5c90-4a3d-aec6-f75fe02db806", "subnet_id": "5c82cf0a-3092-4624-b495-bf00c06dcf1a", "subnet_ids": ["5c82cf0a-3092-4624-b495-bf00c06dcf1a"]}' 2022-08-27 05:02:18,561 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.343s 2022-08-27 05:02:18,562 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0f9370eb-fb68-4e54-a76d-6a33a7f8892d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f93cfb60764b472798894864bd7ac895", "name": "tempest-TestNetworkAdvancedServerOps-1774972389-project", "password_expires_at": null}, "audit_ids": ["cJ2sn3iESL64j6dbztfGOg"], "expires_at": "2022-08-27T06:02:18.000000Z", "issued_at": "2022-08-27T05:02:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acc20d3acbb8412595ec5e464a94b770", "name": "tempest-TestNetworkAdvancedServerOps-1774972389"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:02:18,562 130304 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration) Found network None available for tenant 2022-08-27 05:02:19,553 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 500 POST http://10.222.0.76/compute/v2.1/servers 0.990s 2022-08-27 05:02:19,553 130304 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-484112021", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "8ce72fa0-5c90-4a3d-aec6-f75fe02db806"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1025682845", "security_groups": [{"name": "tempest-secgroup-smoke-292791867"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02: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-7b5f22e9-84dc-4716-bb5b-7cd3f3b2c6ac', 'x-compute-request-id': 'req-7b5f22e9-84dc-4716-bb5b-7cd3f3b2c6ac', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:02:22,251 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/62798e97-0f99-4ead-9572-e0ebdb423055/remove_router_interface 2.697s 2022-08-27 05:02:22,251 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "5c82cf0a-3092-4624-b495-bf00c06dcf1a"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-1d1519e7-b8b3-4cc9-a4c6-d70298351eff', 'date': 'Sat, 27 Aug 2022 05:02:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/62798e97-0f99-4ead-9572-e0ebdb423055/remove_router_interface'} Body: b'{"id": "62798e97-0f99-4ead-9572-e0ebdb423055", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "f008f08a-42ce-4ec6-8792-277c01c544b7", "network_id": "8ce72fa0-5c90-4a3d-aec6-f75fe02db806", "subnet_id": "5c82cf0a-3092-4624-b495-bf00c06dcf1a", "subnet_ids": ["5c82cf0a-3092-4624-b495-bf00c06dcf1a"]}' 2022-08-27 05:02:23,094 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/5c82cf0a-3092-4624-b495-bf00c06dcf1a 0.842s 2022-08-27 05:02:23,094 130304 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-eb9f5297-1a3c-45d3-90a3-fd87dceff2b7', 'date': 'Sat, 27 Aug 2022 05:02:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/5c82cf0a-3092-4624-b495-bf00c06dcf1a'} Body: b'' 2022-08-27 05:02:25,826 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/62798e97-0f99-4ead-9572-e0ebdb423055 2.731s 2022-08-27 05:02:25,826 130304 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-dee8a289-aa12-4b37-96a4-52f86f729649', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:02:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/62798e97-0f99-4ead-9572-e0ebdb423055'} Body: b'' 2022-08-27 05:02:26,499 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/8ce72fa0-5c90-4a3d-aec6-f75fe02db806 0.672s 2022-08-27 05:02:26,499 130304 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-20efbee6-4585-44a4-b821-bedd875c126d', 'date': 'Sat, 27 Aug 2022 05:02:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/8ce72fa0-5c90-4a3d-aec6-f75fe02db806'} Body: b'' 2022-08-27 05:02:26,927 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/99fe5776-40ca-4424-8d9e-f4890de9372a 0.427s 2022-08-27 05:02:26,927 130304 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-a63df3e9-87e8-4898-bdc7-6ad4b60dd9e7', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:02:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/99fe5776-40ca-4424-8d9e-f4890de9372a'} Body: b'' 2022-08-27 05:02:27,123 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1025682845 0.195s 2022-08-27 05:02:27,123 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02: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-8e26ee5b-acc0-4521-af18-618c52af6985', 'x-compute-request-id': 'req-8e26ee5b-acc0-4521-af18-618c52af6985', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1025682845'} 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-27 05:02:27,291 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.162s 2022-08-27 05:02:27,291 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1206846973", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAJv1ePfQA8glXKnE0wVSNrC0QiRg2SjHoAnPmwRb/O+buzKZFKhWGwWwRzmmXewAenGvsa/FoZGIg+ebYrAoqSutRlpfg3JefCI4TUsPU7l15J9ucdtxqPBu1i0/U2oJg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02:27 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-bfca3c5f-0d29-4df4-a744-3ff4abd27d8b', 'x-compute-request-id': 'req-bfca3c5f-0d29-4df4-a744-3ff4abd27d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1206846973", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAJv1ePfQA8glXKnE0wVSNrC0QiRg2SjHoAnPmwRb/O+buzKZFKhWGwWwRzmmXewAenGvsa/FoZGIg+ebYrAoqSutRlpfg3JefCI4TUsPU7l15J9ucdtxqPBu1i0/U2oJg==", "fingerprint": "fc:11:86:5b:64:58:dd:eb:ae:e0:95:a5:61:a8:14:7d", "user_id": "f93cfb60764b472798894864bd7ac895"}}' 2022-08-27 05:02:27,765 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.470s 2022-08-27 05:02:27,768 130304 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-81833518", "description": "tempest-secgroup-smoke-81833518 description", "project_id": "acc20d3acbb8412595ec5e464a94b770"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-16479b4c-9f56-4eb0-a606-f1e12b8fb734', 'date': 'Sat, 27 Aug 2022 05:02:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "name": "tempest-secgroup-smoke-81833518", "stateful": true, "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "description": "tempest-secgroup-smoke-81833518 description", "shared": false, "security_group_rules": [{"id": "cc79ef17-cb99-4168-bdaf-a74755977b86", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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": 3705, "description": null, "tags": [], "created_at": "2022-08-27T05:02:27Z", "updated_at": "2022-08-27T05:02:27Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}, {"id": "e54d2a1c-7807-4e81-b1fc-40ffeccb635e", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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": 3704, "description": null, "tags": [], "created_at": "2022-08-27T05:02:27Z", "updated_at": "2022-08-27T05:02:27Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}], "tags": [], "created_at": "2022-08-27T05:02:27Z", "updated_at": "2022-08-27T05:02:27Z", "revision_number": 1, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:28,281 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.511s 2022-08-27 05:02:28,281 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-7bcd8f55-c80d-4905-aa55-cef241daf038', 'date': 'Sat, 27 Aug 2022 05:02:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4725d8ac-9603-464d-9496-5d835fa694ed", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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-27T05:02:27Z", "updated_at": "2022-08-27T05:02:27Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:28,971 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.689s 2022-08-27 05:02:28,971 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "project_id": "acc20d3acbb8412595ec5e464a94b770", "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-fd18d71e-43ac-481c-9fbe-49821c410a93', 'date': 'Sat, 27 Aug 2022 05:02:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f031e061-1c46-4e52-b77e-4bf7cce27130", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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-27T05:02:28Z", "updated_at": "2022-08-27T05:02:28Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:29,703 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.731s 2022-08-27 05:02:29,703 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1704d798-4c54-40c5-bbe7-a9bf48ecca1c', 'date': 'Sat, 27 Aug 2022 05:02:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f00006fe-de81-451b-97cf-6773b9d3a3c9", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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-27T05:02:29Z", "updated_at": "2022-08-27T05:02:29Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:30,351 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.647s 2022-08-27 05:02:30,351 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-eec06992-d6fb-4ba4-bb2c-c0db89e1b295', 'date': 'Sat, 27 Aug 2022 05:02:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5b8e3456-76bf-421a-83b6-1dff1c4a27c5", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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-27T05:02:30Z", "updated_at": "2022-08-27T05:02:30Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:30,800 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.448s 2022-08-27 05:02:30,800 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-7415e0ca-9580-46a5-987c-7b2630a73352', 'date': 'Sat, 27 Aug 2022 05:02:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "af528c17-53e1-43c2-9a34-8f66887d963b", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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-27T05:02:30Z", "updated_at": "2022-08-27T05:02:30Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:31,229 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.428s 2022-08-27 05:02:31,230 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "project_id": "acc20d3acbb8412595ec5e464a94b770", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3005d14d-907e-4b37-8422-ee2aa97a5706', 'date': 'Sat, 27 Aug 2022 05:02:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "402784fa-6baa-4668-bd08-41e516e6ea1c", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "security_group_id": "c0b98cdd-1597-4256-b7b3-4f5ca5898513", "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-27T05:02:31Z", "updated_at": "2022-08-27T05:02:31Z", "revision_number": 0, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:31,906 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.675s 2022-08-27 05:02:31,906 130304 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--369997714", "project_id": "acc20d3acbb8412595ec5e464a94b770", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3d16693b-09c8-4dfe-ace8-973c2429b852', 'date': 'Sat, 27 Aug 2022 05:02:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"700a83fb-e7f5-41ed-85a2-7ffcc6e53604","name":"tempest-network-smoke--369997714","tenant_id":"acc20d3acbb8412595ec5e464a94b770","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"acc20d3acbb8412595ec5e464a94b770","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-27T05:02:31Z","updated_at":"2022-08-27T05:02:31Z","revision_number":1}}' 2022-08-27 05:02:35,183 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 3.277s 2022-08-27 05:02:35,184 130304 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-442615170", "admin_state_up": true, "project_id": "acc20d3acbb8412595ec5e464a94b770", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-1e23d340-9c60-4cbc-9fe2-8d21cc5ae713', 'date': 'Sat, 27 Aug 2022 05:02:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b", "name": "tempest-TestNetworkAdvancedServerOps-router-442615170", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.32"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:02:32Z", "updated_at": "2022-08-27T05:02:33Z", "revision_number": 3, "project_id": "acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:35,224 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28 0.039s 2022-08-27 05:02:35,224 130304 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-873d8e55-e4eb-463f-8224-ebdc28a95070', 'date': 'Sat, 27 Aug 2022 05:02:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=acc20d3acbb8412595ec5e464a94b770&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:02:35,400 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.174s 2022-08-27 05:02:35,400 130304 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-3e5e5485-3366-492e-b434-8220b8fb5933', 'date': 'Sat, 27 Aug 2022 05:02:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:02:35,446 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.045s 2022-08-27 05:02:35,447 130304 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-bea8d6d4-a18f-474c-a759-af53d2c626f1', 'date': 'Sat, 27 Aug 2022 05:02:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:02:36,748 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 1.300s 2022-08-27 05:02:36,748 130304 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-1224959392", "network_id": "700a83fb-e7f5-41ed-85a2-7ffcc6e53604", "project_id": "acc20d3acbb8412595ec5e464a94b770", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-bb0fb2d0-5325-440c-8875-98a76696dd5b', 'date': 'Sat, 27 Aug 2022 05:02:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ba7ea4c8-7c24-4fc9-9946-f5156bbad426","name":"tempest-subnet-smoke-1224959392","tenant_id":"acc20d3acbb8412595ec5e464a94b770","network_id":"700a83fb-e7f5-41ed-85a2-7ffcc6e53604","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-27T05:02:35Z","updated_at":"2022-08-27T05:02:35Z","revision_number":0,"project_id":"acc20d3acbb8412595ec5e464a94b770"}}' 2022-08-27 05:02:41,988 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b/add_router_interface 5.240s 2022-08-27 05:02:41,989 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ba7ea4c8-7c24-4fc9-9946-f5156bbad426"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-37db1f12-da4a-46e9-9467-37b41fae701d', 'date': 'Sat, 27 Aug 2022 05:02:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b/add_router_interface'} Body: b'{"id": "51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "15f9fcdd-73d2-4adf-ae7a-c5e1f881c8d0", "network_id": "700a83fb-e7f5-41ed-85a2-7ffcc6e53604", "subnet_id": "ba7ea4c8-7c24-4fc9-9946-f5156bbad426", "subnet_ids": ["ba7ea4c8-7c24-4fc9-9946-f5156bbad426"]}' 2022-08-27 05:02:42,114 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.118s 2022-08-27 05:02:42,115 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4cfe913e-3535-4050-886d-05a198a63029', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f93cfb60764b472798894864bd7ac895", "name": "tempest-TestNetworkAdvancedServerOps-1774972389-project", "password_expires_at": null}, "audit_ids": ["gycd0wWtSmSTJ78cmifsIw"], "expires_at": "2022-08-27T06:02:42.000000Z", "issued_at": "2022-08-27T05:02:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acc20d3acbb8412595ec5e464a94b770", "name": "tempest-TestNetworkAdvancedServerOps-1774972389"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/acc20d3acbb8412595ec5e464a94b770", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:02:42,115 130304 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild) Found network None available for tenant 2022-08-27 05:02:43,317 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 500 POST http://10.222.0.76/compute/v2.1/servers 1.200s 2022-08-27 05:02:43,317 130304 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-856061160", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "700a83fb-e7f5-41ed-85a2-7ffcc6e53604"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1206846973", "security_groups": [{"name": "tempest-secgroup-smoke-81833518"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02: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-065a6431-8f19-409d-b03c-8a5be3e4d76f', 'x-compute-request-id': 'req-065a6431-8f19-409d-b03c-8a5be3e4d76f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:02:46,376 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b/remove_router_interface 3.058s 2022-08-27 05:02:46,377 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ba7ea4c8-7c24-4fc9-9946-f5156bbad426"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f4043bfc-8a52-424e-97c8-62d519355c9a', 'date': 'Sat, 27 Aug 2022 05:02:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b/remove_router_interface'} Body: b'{"id": "51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b", "tenant_id": "acc20d3acbb8412595ec5e464a94b770", "port_id": "15f9fcdd-73d2-4adf-ae7a-c5e1f881c8d0", "network_id": "700a83fb-e7f5-41ed-85a2-7ffcc6e53604", "subnet_id": "ba7ea4c8-7c24-4fc9-9946-f5156bbad426", "subnet_ids": ["ba7ea4c8-7c24-4fc9-9946-f5156bbad426"]}' 2022-08-27 05:02:47,076 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/ba7ea4c8-7c24-4fc9-9946-f5156bbad426 0.699s 2022-08-27 05:02:47,077 130304 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-6a0a35e7-3c19-4b99-a1c9-45de7f1afb6a', 'date': 'Sat, 27 Aug 2022 05:02:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/ba7ea4c8-7c24-4fc9-9946-f5156bbad426'} Body: b'' 2022-08-27 05:02:49,007 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b 1.929s 2022-08-27 05:02:49,007 130304 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-9c3d96c6-9096-4b00-a049-204f5bfd5d81', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:02:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/51cd3c5a-9d2c-46d0-9eb1-0277dbf87f2b'} Body: b'' 2022-08-27 05:02:49,864 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/700a83fb-e7f5-41ed-85a2-7ffcc6e53604 0.856s 2022-08-27 05:02:49,864 130304 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-c9fe06aa-6bce-468e-8c83-3b456b150ca4', 'date': 'Sat, 27 Aug 2022 05:02:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/700a83fb-e7f5-41ed-85a2-7ffcc6e53604'} Body: b'' 2022-08-27 05:02:50,322 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/c0b98cdd-1597-4256-b7b3-4f5ca5898513 0.457s 2022-08-27 05:02:50,323 130304 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-17d9c6f6-2cfc-44ea-b480-2015ee622578', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:02:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/c0b98cdd-1597-4256-b7b3-4f5ca5898513'} Body: b'' 2022-08-27 05:02:50,664 130304 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1206846973 0.341s 2022-08-27 05:02:50,664 130304 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39c02719-45e8-42cb-9a83-625319d583b0', 'x-compute-request-id': 'req-39c02719-45e8-42cb-9a83-625319d583b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1206846973'} 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-27 05:15:30,300 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.338s 2022-08-27 05:15:30,300 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1575177569", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAsLWVSB1nBCvNDokDeSYD8/BdxLp+e8u4yW/WqYwdyyg1Iuq/8r0kSdIzAW+GKFAnzvtC3y37XinyYfSB4w5nFZDmDO2o96xko68CRhYMeaWJCW6RqkdfW5EzFscCcb/A=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:29 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-983990b6-cce2-4b1b-8494-926f49c85b60', 'x-compute-request-id': 'req-983990b6-cce2-4b1b-8494-926f49c85b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1575177569", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAsLWVSB1nBCvNDokDeSYD8/BdxLp+e8u4yW/WqYwdyyg1Iuq/8r0kSdIzAW+GKFAnzvtC3y37XinyYfSB4w5nFZDmDO2o96xko68CRhYMeaWJCW6RqkdfW5EzFscCcb/A==", "fingerprint": "7d:84:cb:ce:9c:f2:e1:bb:46:4b:e8:66:e9:c1:0a:71", "user_id": "f902257c3a514a709e1ca235dbc0cbbd"}}' 2022-08-27 05:15:31,111 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.807s 2022-08-27 05:15:31,111 177608 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-2001028510", "description": "tempest-secgroup-smoke-2001028510 description", "project_id": "d6eebd600a964f4ca91de2d97e0df602"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-54f54f1d-caf9-4e7c-954c-05d63406d8d1', 'date': 'Sat, 27 Aug 2022 05:15:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "name": "tempest-secgroup-smoke-2001028510", "stateful": true, "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "description": "tempest-secgroup-smoke-2001028510 description", "shared": false, "security_group_rules": [{"id": "08810f74-8bcc-4804-9454-f1a1bb72feb6", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:30Z", "updated_at": "2022-08-27T05:15:30Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}, {"id": "1653dd26-72ca-498b-96a6-932bcf0c42cd", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:30Z", "updated_at": "2022-08-27T05:15:30Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}], "tags": [], "created_at": "2022-08-27T05:15:30Z", "updated_at": "2022-08-27T05:15:30Z", "revision_number": 1, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:31,863 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.751s 2022-08-27 05:15:31,863 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-7a85fdc4-944b-42ca-9951-21835f538bdc', 'date': 'Sat, 27 Aug 2022 05:15:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "018464e1-b08e-4d1f-ae29-5390f4a83bfb", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:31Z", "updated_at": "2022-08-27T05:15:31Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:32,419 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.555s 2022-08-27 05:15:32,420 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-0be02d74-2cea-4e76-a40a-3436eb70a453', 'date': 'Sat, 27 Aug 2022 05:15:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "17067398-163c-4d9f-9206-6402c21ca3c7", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:32Z", "updated_at": "2022-08-27T05:15:32Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:32,861 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.440s 2022-08-27 05:15:32,861 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18bebc12-79f8-4d34-a0c4-7cd2e09fdcc8', 'date': 'Sat, 27 Aug 2022 05:15:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18204063-6194-4524-a9fd-a947bda35da2", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:32Z", "updated_at": "2022-08-27T05:15:32Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:33,289 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.427s 2022-08-27 05:15:33,290 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-0508e5ff-334e-4b9c-a34f-dd432f940308', 'date': 'Sat, 27 Aug 2022 05:15:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "353fbc32-d130-4bc5-b770-1fbe3ab17d85", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:33Z", "updated_at": "2022-08-27T05:15:33Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:33,781 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.490s 2022-08-27 05:15:33,781 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2511ac33-ad67-4761-9302-bd6963538824', 'date': 'Sat, 27 Aug 2022 05:15:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9f71e42-0d80-4de3-800b-c7e1141661d3", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:33Z", "updated_at": "2022-08-27T05:15:33Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:34,213 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.431s 2022-08-27 05:15:34,213 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5ba19d9a-9307-4125-aba0-c88ba9ff74d5', 'date': 'Sat, 27 Aug 2022 05:15:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbf3328d-fbb4-4976-a5a0-f5d9d0e4752d", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "c1922db3-5706-4e42-93d0-5f1b647fdd62", "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-27T05:15:33Z", "updated_at": "2022-08-27T05:15:33Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:34,672 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.458s 2022-08-27 05:15:34,672 177608 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--464732799", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6372b61a-012b-466f-9f3c-248d4017ee1d', 'date': 'Sat, 27 Aug 2022 05:15:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"74f34e80-eb0e-4719-b8ae-430380977676","name":"tempest-network-smoke--464732799","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d6eebd600a964f4ca91de2d97e0df602","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-27T05:15:34Z","updated_at":"2022-08-27T05:15:34Z","revision_number":1}}' 2022-08-27 05:15:36,899 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 2.219s 2022-08-27 05:15:36,899 177608 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-2081582841", "admin_state_up": true, "project_id": "d6eebd600a964f4ca91de2d97e0df602", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-79d74abc-b8a4-4c19-ba0e-56112a159ab5', 'date': 'Sat, 27 Aug 2022 05:15:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "3f268330-5b7a-4293-856b-8c00ec09deeb", "name": "tempest-TestNetworkAdvancedServerOps-router-2081582841", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.124"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:15:34Z", "updated_at": "2022-08-27T05:15:35Z", "revision_number": 3, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:37,044 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28 0.144s 2022-08-27 05:15:37,045 177608 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-7382b41d-bffa-4059-82a1-ac0787615ff7', 'date': 'Sat, 27 Aug 2022 05:15:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:15:37,143 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.098s 2022-08-27 05:15:37,144 177608 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-e580494c-c7f7-4b26-a639-6314869f4d31', 'date': 'Sat, 27 Aug 2022 05:15:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:15:37,180 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.036s 2022-08-27 05:15:37,180 177608 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-0d344d22-2468-41c9-a5fd-fd42fdd36cc9', 'date': 'Sat, 27 Aug 2022 05:15:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:15:38,009 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 0.828s 2022-08-27 05:15:38,009 177608 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-1118891205", "network_id": "74f34e80-eb0e-4719-b8ae-430380977676", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-53ab4c00-1c12-4d40-a888-9511693f40d6', 'date': 'Sat, 27 Aug 2022 05:15:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"c7512e56-6138-4bc1-b19c-07c9e97794ae","name":"tempest-subnet-smoke-1118891205","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","network_id":"74f34e80-eb0e-4719-b8ae-430380977676","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-27T05:15:37Z","updated_at":"2022-08-27T05:15:37Z","revision_number":0,"project_id":"d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:40,451 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/3f268330-5b7a-4293-856b-8c00ec09deeb/add_router_interface 2.441s 2022-08-27 05:15:40,451 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "c7512e56-6138-4bc1-b19c-07c9e97794ae"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-4cf4845b-e835-49af-b4af-b7e6c50b641f', 'date': 'Sat, 27 Aug 2022 05:15:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/3f268330-5b7a-4293-856b-8c00ec09deeb/add_router_interface'} Body: b'{"id": "3f268330-5b7a-4293-856b-8c00ec09deeb", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "97f75dd7-6ae1-40a1-911b-11c274dacc35", "network_id": "74f34e80-eb0e-4719-b8ae-430380977676", "subnet_id": "c7512e56-6138-4bc1-b19c-07c9e97794ae", "subnet_ids": ["c7512e56-6138-4bc1-b19c-07c9e97794ae"]}' 2022-08-27 05:15:40,495 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.037s 2022-08-27 05:15:40,495 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-76936c1e-2431-4a10-86d7-44d46a4c464f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f902257c3a514a709e1ca235dbc0cbbd", "name": "tempest-TestNetworkAdvancedServerOps-1796710772-project", "password_expires_at": null}, "audit_ids": ["dRLLiKVNRjyfxAWjEO1A6g"], "expires_at": "2022-08-27T06:15:40.000000Z", "issued_at": "2022-08-27T05:15:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6eebd600a964f4ca91de2d97e0df602", "name": "tempest-TestNetworkAdvancedServerOps-1796710772"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:15:40,496 177608 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause) Found network None available for tenant 2022-08-27 05:15:40,947 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 500 POST http://10.222.0.76/compute/v2.1/servers 0.449s 2022-08-27 05:15:40,947 177608 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-1355894723", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "74f34e80-eb0e-4719-b8ae-430380977676"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1575177569", "security_groups": [{"name": "tempest-secgroup-smoke-2001028510"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15: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-bbfa4dac-0653-4cc1-a8a2-d494d260213f', 'x-compute-request-id': 'req-bbfa4dac-0653-4cc1-a8a2-d494d260213f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:15:42,557 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/3f268330-5b7a-4293-856b-8c00ec09deeb/remove_router_interface 1.608s 2022-08-27 05:15:42,557 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "c7512e56-6138-4bc1-b19c-07c9e97794ae"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-4d9a6911-bd45-4497-b63c-19ba910c270a', 'date': 'Sat, 27 Aug 2022 05:15:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/3f268330-5b7a-4293-856b-8c00ec09deeb/remove_router_interface'} Body: b'{"id": "3f268330-5b7a-4293-856b-8c00ec09deeb", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "97f75dd7-6ae1-40a1-911b-11c274dacc35", "network_id": "74f34e80-eb0e-4719-b8ae-430380977676", "subnet_id": "c7512e56-6138-4bc1-b19c-07c9e97794ae", "subnet_ids": ["c7512e56-6138-4bc1-b19c-07c9e97794ae"]}' 2022-08-27 05:15:42,951 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/c7512e56-6138-4bc1-b19c-07c9e97794ae 0.393s 2022-08-27 05:15:42,952 177608 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-e3e0077e-7216-42e1-a26d-690064bc9c1e', 'date': 'Sat, 27 Aug 2022 05:15:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/c7512e56-6138-4bc1-b19c-07c9e97794ae'} Body: b'' 2022-08-27 05:15:44,226 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/3f268330-5b7a-4293-856b-8c00ec09deeb 1.273s 2022-08-27 05:15:44,226 177608 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-33f01498-6407-49d4-b815-a8427d8bb113', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:15:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/3f268330-5b7a-4293-856b-8c00ec09deeb'} Body: b'' 2022-08-27 05:15:44,626 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/74f34e80-eb0e-4719-b8ae-430380977676 0.399s 2022-08-27 05:15:44,626 177608 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-59e2a927-6d42-42e0-a24f-a81de2cca24e', 'date': 'Sat, 27 Aug 2022 05:15:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/74f34e80-eb0e-4719-b8ae-430380977676'} Body: b'' 2022-08-27 05:15:44,890 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/c1922db3-5706-4e42-93d0-5f1b647fdd62 0.263s 2022-08-27 05:15:44,890 177608 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-2ddc524f-facc-4f6f-973a-062317b4dc7d', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:15:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/c1922db3-5706-4e42-93d0-5f1b647fdd62'} Body: b'' 2022-08-27 05:15:44,986 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1575177569 0.095s 2022-08-27 05:15:44,986 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:44 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-64399988-e9a5-4e25-92b4-9ff95e624148', 'x-compute-request-id': 'req-64399988-e9a5-4e25-92b4-9ff95e624148', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1575177569'} 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-27 05:15:45,112 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.120s 2022-08-27 05:15:45,112 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-894448622", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP+jOSbx/oBDXlQuFgMLl64lBoyftLgA/JH+PpXA063cVx9K2fr9HJlS4iSrdJR5mheolFzcmD32A9oOUMRmRqOjFeg0Q0ZkTF+I3loCjJb9Le1FkIGyZeOvKu42fUUWmA=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:44 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-8df13409-0de7-44c7-8662-8c45301e5b62', 'x-compute-request-id': 'req-8df13409-0de7-44c7-8662-8c45301e5b62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-894448622", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP+jOSbx/oBDXlQuFgMLl64lBoyftLgA/JH+PpXA063cVx9K2fr9HJlS4iSrdJR5mheolFzcmD32A9oOUMRmRqOjFeg0Q0ZkTF+I3loCjJb9Le1FkIGyZeOvKu42fUUWmA==", "fingerprint": "3d:d5:5c:ed:57:8b:02:34:71:fb:d0:b0:1c:9c:28:f0", "user_id": "f902257c3a514a709e1ca235dbc0cbbd"}}' 2022-08-27 05:15:45,506 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.390s 2022-08-27 05:15:45,506 177608 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-945992503", "description": "tempest-secgroup-smoke-945992503 description", "project_id": "d6eebd600a964f4ca91de2d97e0df602"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-ffb987f3-293a-4963-9696-60944771ca07', 'date': 'Sat, 27 Aug 2022 05:15:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "name": "tempest-secgroup-smoke-945992503", "stateful": true, "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "description": "tempest-secgroup-smoke-945992503 description", "shared": false, "security_group_rules": [{"id": "4c27669c-6335-4830-a651-fd58da63107f", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:45Z", "updated_at": "2022-08-27T05:15:45Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}, {"id": "4f0416fb-51ef-4595-a8d1-1a49b80884fe", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:45Z", "updated_at": "2022-08-27T05:15:45Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}], "tags": [], "created_at": "2022-08-27T05:15:45Z", "updated_at": "2022-08-27T05:15:45Z", "revision_number": 1, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:45,820 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.313s 2022-08-27 05:15:45,821 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-017f480a-a82c-4dcc-9fe7-c371d23d8ac4', 'date': 'Sat, 27 Aug 2022 05:15:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fe7be5b1-6e8c-499f-8792-df2c3dad44c7", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:45Z", "updated_at": "2022-08-27T05:15:45Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:46,178 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.351s 2022-08-27 05:15:46,179 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-bcaeca67-e81a-47d8-bff1-8259698d48c9', 'date': 'Sat, 27 Aug 2022 05:15:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "364cdabc-97a7-4f71-ac63-9ad7bf3baacc", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:46Z", "updated_at": "2022-08-27T05:15:46Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:46,529 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.350s 2022-08-27 05:15:46,530 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-da6e27f3-4462-4f3b-89b4-ca7c0c65e200', 'date': 'Sat, 27 Aug 2022 05:15:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e0b15ff-a616-47bb-bd75-03016f29626a", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:46Z", "updated_at": "2022-08-27T05:15:46Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:46,855 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.324s 2022-08-27 05:15:46,855 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7665361e-5bb6-496c-b3ff-fbb0a40792ad', 'date': 'Sat, 27 Aug 2022 05:15:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4bf4142f-952c-4224-a2a2-4afaaada9498", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:46Z", "updated_at": "2022-08-27T05:15:46Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:47,187 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.331s 2022-08-27 05:15:47,187 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cb917cc3-745b-4f7b-9e51-14ea69509bf9', 'date': 'Sat, 27 Aug 2022 05:15:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b2f584a-bc8a-4d09-961c-87df679c0c2b", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:47Z", "updated_at": "2022-08-27T05:15:47Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:47,683 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.495s 2022-08-27 05:15:47,683 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e0d3d138-1ae1-41b6-bc22-0c00f944682f', 'date': 'Sat, 27 Aug 2022 05:15:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2ff157c1-9b39-40f9-91f1-2e3efa0767a0", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "d2ce5463-99ad-4355-a6ea-50be61f6ed2e", "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-27T05:15:47Z", "updated_at": "2022-08-27T05:15:47Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:48,184 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.500s 2022-08-27 05:15:48,184 177608 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--735265536", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a0081e49-a246-492e-b816-b0b7669d417f', 'date': 'Sat, 27 Aug 2022 05:15:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"b8badb8a-5e5c-4760-9f49-5eebec6ef05f","name":"tempest-network-smoke--735265536","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d6eebd600a964f4ca91de2d97e0df602","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-27T05:15:47Z","updated_at":"2022-08-27T05:15:47Z","revision_number":1}}' 2022-08-27 05:15:50,093 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 1.908s 2022-08-27 05:15:50,094 177608 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-607096113", "admin_state_up": true, "project_id": "d6eebd600a964f4ca91de2d97e0df602", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-562b16ec-ce44-4fb7-a9cc-a88b45ecde92', 'date': 'Sat, 27 Aug 2022 05:15:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "bc7852fc-bce7-4073-9a2b-772a17cc7747", "name": "tempest-TestNetworkAdvancedServerOps-router-607096113", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.242"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:15:48Z", "updated_at": "2022-08-27T05:15:49Z", "revision_number": 3, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:50,128 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28 0.034s 2022-08-27 05:15:50,129 177608 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-9ce2bcde-f97c-4f16-8bdb-693d17d981d1', 'date': 'Sat, 27 Aug 2022 05:15:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:15:50,223 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.093s 2022-08-27 05:15:50,223 177608 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-1dbfcc68-5b0c-4528-bef5-7acee93b63b2', 'date': 'Sat, 27 Aug 2022 05:15:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:15:50,254 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.030s 2022-08-27 05:15:50,254 177608 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-fd1d74d0-d371-4c34-bba3-dca6dcb302cf', 'date': 'Sat, 27 Aug 2022 05:15:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:15:51,053 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 0.799s 2022-08-27 05:15:51,054 177608 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-646523025", "network_id": "b8badb8a-5e5c-4760-9f49-5eebec6ef05f", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-202315d9-2774-4fb9-8d70-06fa5aa276de', 'date': 'Sat, 27 Aug 2022 05:15:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"2cdb09f4-eff8-4953-8dc7-a34169c755ca","name":"tempest-subnet-smoke-646523025","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","network_id":"b8badb8a-5e5c-4760-9f49-5eebec6ef05f","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-27T05:15:50Z","updated_at":"2022-08-27T05:15:50Z","revision_number":0,"project_id":"d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:53,460 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/bc7852fc-bce7-4073-9a2b-772a17cc7747/add_router_interface 2.405s 2022-08-27 05:15:53,461 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "2cdb09f4-eff8-4953-8dc7-a34169c755ca"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5e6f1ab1-521d-48f5-ab97-0b2c37972449', 'date': 'Sat, 27 Aug 2022 05:15:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/bc7852fc-bce7-4073-9a2b-772a17cc7747/add_router_interface'} Body: b'{"id": "bc7852fc-bce7-4073-9a2b-772a17cc7747", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "c2b59574-c826-4d12-b867-602ad79858e7", "network_id": "b8badb8a-5e5c-4760-9f49-5eebec6ef05f", "subnet_id": "2cdb09f4-eff8-4953-8dc7-a34169c755ca", "subnet_ids": ["2cdb09f4-eff8-4953-8dc7-a34169c755ca"]}' 2022-08-27 05:15:53,515 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.048s 2022-08-27 05:15:53,515 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d5b23c4f-2b8b-4818-ab19-72db499e9247', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f902257c3a514a709e1ca235dbc0cbbd", "name": "tempest-TestNetworkAdvancedServerOps-1796710772-project", "password_expires_at": null}, "audit_ids": ["pAtsIuY1TmON2_v_SqIWug"], "expires_at": "2022-08-27T06:15:53.000000Z", "issued_at": "2022-08-27T05:15:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6eebd600a964f4ca91de2d97e0df602", "name": "tempest-TestNetworkAdvancedServerOps-1796710772"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:15:53,516 177608 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_reboot) Found network None available for tenant 2022-08-27 05:15:53,897 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 500 POST http://10.222.0.76/compute/v2.1/servers 0.380s 2022-08-27 05:15:53,897 177608 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-514490691", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "b8badb8a-5e5c-4760-9f49-5eebec6ef05f"}], "key_name": "tempest-TestNetworkAdvancedServerOps-894448622", "security_groups": [{"name": "tempest-secgroup-smoke-945992503"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15: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-b045d2c5-27b0-4bde-b38b-71ab1213f618', 'x-compute-request-id': 'req-b045d2c5-27b0-4bde-b38b-71ab1213f618', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:15:55,679 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/bc7852fc-bce7-4073-9a2b-772a17cc7747/remove_router_interface 1.781s 2022-08-27 05:15:55,679 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "2cdb09f4-eff8-4953-8dc7-a34169c755ca"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-8f99864f-a5ab-47aa-947a-d30234a980e6', 'date': 'Sat, 27 Aug 2022 05:15:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/bc7852fc-bce7-4073-9a2b-772a17cc7747/remove_router_interface'} Body: b'{"id": "bc7852fc-bce7-4073-9a2b-772a17cc7747", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "c2b59574-c826-4d12-b867-602ad79858e7", "network_id": "b8badb8a-5e5c-4760-9f49-5eebec6ef05f", "subnet_id": "2cdb09f4-eff8-4953-8dc7-a34169c755ca", "subnet_ids": ["2cdb09f4-eff8-4953-8dc7-a34169c755ca"]}' 2022-08-27 05:15:56,056 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/2cdb09f4-eff8-4953-8dc7-a34169c755ca 0.376s 2022-08-27 05:15:56,056 177608 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-d0f85035-3578-4699-8ce5-af982271168a', 'date': 'Sat, 27 Aug 2022 05:15:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/2cdb09f4-eff8-4953-8dc7-a34169c755ca'} Body: b'' 2022-08-27 05:15:57,355 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/bc7852fc-bce7-4073-9a2b-772a17cc7747 1.298s 2022-08-27 05:15:57,356 177608 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-49dbe0d3-3d61-4da8-a69f-716c4405ebf5', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:15:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/bc7852fc-bce7-4073-9a2b-772a17cc7747'} Body: b'' 2022-08-27 05:15:57,771 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/b8badb8a-5e5c-4760-9f49-5eebec6ef05f 0.414s 2022-08-27 05:15:57,771 177608 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-8bd0233b-f5e4-4d4c-95e2-fd8e67a1f9c6', 'date': 'Sat, 27 Aug 2022 05:15:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/b8badb8a-5e5c-4760-9f49-5eebec6ef05f'} Body: b'' 2022-08-27 05:15:58,021 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/d2ce5463-99ad-4355-a6ea-50be61f6ed2e 0.249s 2022-08-27 05:15:58,022 177608 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-bdc59a36-8fdd-4f94-a9e9-63e942d7d912', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:15:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/d2ce5463-99ad-4355-a6ea-50be61f6ed2e'} Body: b'' 2022-08-27 05:15:58,141 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-894448622 0.119s 2022-08-27 05:15:58,142 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05: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-fe2902a6-91e1-4433-9040-6c8a68d74863', 'x-compute-request-id': 'req-fe2902a6-91e1-4433-9040-6c8a68d74863', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-894448622'} 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-27 05:15:58,301 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.153s 2022-08-27 05:15:58,301 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1205498967", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsr1fxqVcd49vbkGfCeqAWYeNpjeb8Yyb6599CJw4UbGdgGt4J6RcV15/3pjrxA1GWA/zlu5+yl7zlTrjK9c/wgwEHOO1/EeJ/MAo9BcprtHcIIEX7P7PFbaPzEP36EWQ=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:15:58 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-0c2c8dad-79cc-4b56-920d-b845b1c1c04b', 'x-compute-request-id': 'req-0c2c8dad-79cc-4b56-920d-b845b1c1c04b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1205498967", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsr1fxqVcd49vbkGfCeqAWYeNpjeb8Yyb6599CJw4UbGdgGt4J6RcV15/3pjrxA1GWA/zlu5+yl7zlTrjK9c/wgwEHOO1/EeJ/MAo9BcprtHcIIEX7P7PFbaPzEP36EWQ==", "fingerprint": "9d:29:10:18:c7:ff:88:b6:f4:09:f4:eb:2e:ee:1b:16", "user_id": "f902257c3a514a709e1ca235dbc0cbbd"}}' 2022-08-27 05:15:58,611 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.306s 2022-08-27 05:15:58,611 177608 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-271253142", "description": "tempest-secgroup-smoke-271253142 description", "project_id": "d6eebd600a964f4ca91de2d97e0df602"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-95bfebfd-bc3c-4b43-b164-0593ca49ef46', 'date': 'Sat, 27 Aug 2022 05:15:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "name": "tempest-secgroup-smoke-271253142", "stateful": true, "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "description": "tempest-secgroup-smoke-271253142 description", "shared": false, "security_group_rules": [{"id": "0f43f556-5d72-4a82-a848-12bbe4356d5d", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:15:58Z", "updated_at": "2022-08-27T05:15:58Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}, {"id": "66491d89-70b6-483b-b369-99bea2b019f4", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:15:58Z", "updated_at": "2022-08-27T05:15:58Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}], "tags": [], "created_at": "2022-08-27T05:15:58Z", "updated_at": "2022-08-27T05:15:58Z", "revision_number": 1, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:58,979 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.367s 2022-08-27 05:15:58,979 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-74baa0fc-14bc-4c1a-833b-e61a68933439', 'date': 'Sat, 27 Aug 2022 05:15:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d4b68879-46b1-43f0-964f-18e69fc07f48", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:15:58Z", "updated_at": "2022-08-27T05:15:58Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:59,324 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.344s 2022-08-27 05:15:59,324 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-7dcaf0c0-70f9-4989-aade-c5c04a2f1912', 'date': 'Sat, 27 Aug 2022 05:15:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8164ab7d-fff9-4a12-b970-1b0fa4843a29", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:15:59Z", "updated_at": "2022-08-27T05:15:59Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:59,661 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.335s 2022-08-27 05:15:59,662 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d740ea96-3fe4-434e-81fe-583190f1271f', 'date': 'Sat, 27 Aug 2022 05:15:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27295178-d567-40f4-9259-923fe4ab587e", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:15:59Z", "updated_at": "2022-08-27T05:15:59Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:15:59,986 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.323s 2022-08-27 05:15:59,987 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-56357c96-14db-4836-a9c3-b84b9852a226', 'date': 'Sat, 27 Aug 2022 05:15:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8de42104-e0c7-443d-9694-1cb704bc3d3e", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:15:59Z", "updated_at": "2022-08-27T05:15:59Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:00,335 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.347s 2022-08-27 05:16:00,335 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-36e22c6d-de31-4f44-b8b0-4b82b56dcc38', 'date': 'Sat, 27 Aug 2022 05:16:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b5e26e1f-e8cc-48bd-8dd6-88b063a0453d", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:16:00Z", "updated_at": "2022-08-27T05:16:00Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:00,676 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.340s 2022-08-27 05:16:00,676 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-8e6fe815-22ef-4313-b3a1-6242237afa7b', 'date': 'Sat, 27 Aug 2022 05:16:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a1adc6a5-0d3c-4d00-b941-d9d0adda77b6", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3", "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-27T05:16:00Z", "updated_at": "2022-08-27T05:16:00Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:01,098 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.421s 2022-08-27 05:16:01,098 177608 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--525480993", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-db4b19d0-cd65-46e5-aa26-132b6261d173', 'date': 'Sat, 27 Aug 2022 05:16:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"9a39c847-c706-4ec7-ac09-6ca6c86ec222","name":"tempest-network-smoke--525480993","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d6eebd600a964f4ca91de2d97e0df602","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-27T05:16:00Z","updated_at":"2022-08-27T05:16:00Z","revision_number":1}}' 2022-08-27 05:16:03,059 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 1.960s 2022-08-27 05:16:03,060 177608 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-798819315", "admin_state_up": true, "project_id": "d6eebd600a964f4ca91de2d97e0df602", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-377fce5c-f215-4734-aa34-67e3e7d4203f', 'date': 'Sat, 27 Aug 2022 05:16:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "5fe1a340-e17b-4b04-8e68-2435206e5d64", "name": "tempest-TestNetworkAdvancedServerOps-router-798819315", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.88"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:16:01Z", "updated_at": "2022-08-27T05:16:02Z", "revision_number": 3, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:03,095 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28 0.035s 2022-08-27 05:16:03,096 177608 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-c6b2e4e8-fdf1-435f-87b8-7aaadac3f694', 'date': 'Sat, 27 Aug 2022 05:16:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:16:03,200 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.103s 2022-08-27 05:16:03,200 177608 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-1e403d94-4ae4-45c9-bbcf-842bb9930c6b', 'date': 'Sat, 27 Aug 2022 05:16:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:16:03,233 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.031s 2022-08-27 05:16:03,233 177608 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-bd89f4bd-6527-41b9-91d8-b8bd0aadb90a', 'date': 'Sat, 27 Aug 2022 05:16:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:16:03,969 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 0.736s 2022-08-27 05:16:03,970 177608 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-1269322732", "network_id": "9a39c847-c706-4ec7-ac09-6ca6c86ec222", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-5f2d1988-2bc0-408a-b158-15b938f6b469', 'date': 'Sat, 27 Aug 2022 05:16:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"12749415-662c-4ced-97a5-282298288a41","name":"tempest-subnet-smoke-1269322732","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","network_id":"9a39c847-c706-4ec7-ac09-6ca6c86ec222","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-27T05:16:03Z","updated_at":"2022-08-27T05:16:03Z","revision_number":0,"project_id":"d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:06,338 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/5fe1a340-e17b-4b04-8e68-2435206e5d64/add_router_interface 2.367s 2022-08-27 05:16:06,338 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "12749415-662c-4ced-97a5-282298288a41"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c588fa17-3f88-4c1e-bcc3-bf6768db6512', 'date': 'Sat, 27 Aug 2022 05:16:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/5fe1a340-e17b-4b04-8e68-2435206e5d64/add_router_interface'} Body: b'{"id": "5fe1a340-e17b-4b04-8e68-2435206e5d64", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "40750232-eafb-4580-8bd3-450e7db3328f", "network_id": "9a39c847-c706-4ec7-ac09-6ca6c86ec222", "subnet_id": "12749415-662c-4ced-97a5-282298288a41", "subnet_ids": ["12749415-662c-4ced-97a5-282298288a41"]}' 2022-08-27 05:16:06,381 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.036s 2022-08-27 05:16:06,381 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a89d0202-7e1a-4b18-8de7-af746a72d173', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f902257c3a514a709e1ca235dbc0cbbd", "name": "tempest-TestNetworkAdvancedServerOps-1796710772-project", "password_expires_at": null}, "audit_ids": ["MR4OlfXBRYKx3nA-nGWQ9w"], "expires_at": "2022-08-27T06:16:06.000000Z", "issued_at": "2022-08-27T05:16:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6eebd600a964f4ca91de2d97e0df602", "name": "tempest-TestNetworkAdvancedServerOps-1796710772"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:16:06,382 177608 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_resize) Found network None available for tenant 2022-08-27 05:16:06,844 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 500 POST http://10.222.0.76/compute/v2.1/servers 0.461s 2022-08-27 05:16:06,845 177608 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-1388254464", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "9a39c847-c706-4ec7-ac09-6ca6c86ec222"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1205498967", "security_groups": [{"name": "tempest-secgroup-smoke-271253142"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-bf8f8b95-010b-4878-8e8b-a77a92842c7e', 'x-compute-request-id': 'req-bf8f8b95-010b-4878-8e8b-a77a92842c7e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:16:08,910 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/5fe1a340-e17b-4b04-8e68-2435206e5d64/remove_router_interface 2.064s 2022-08-27 05:16:08,910 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "12749415-662c-4ced-97a5-282298288a41"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d27583ea-6411-4c45-bcd6-f466cda696e5', 'date': 'Sat, 27 Aug 2022 05:16:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/5fe1a340-e17b-4b04-8e68-2435206e5d64/remove_router_interface'} Body: b'{"id": "5fe1a340-e17b-4b04-8e68-2435206e5d64", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "40750232-eafb-4580-8bd3-450e7db3328f", "network_id": "9a39c847-c706-4ec7-ac09-6ca6c86ec222", "subnet_id": "12749415-662c-4ced-97a5-282298288a41", "subnet_ids": ["12749415-662c-4ced-97a5-282298288a41"]}' 2022-08-27 05:16:09,317 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/12749415-662c-4ced-97a5-282298288a41 0.405s 2022-08-27 05:16:09,317 177608 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-73ac844b-8b32-4859-a1ef-fb093aefca41', 'date': 'Sat, 27 Aug 2022 05:16:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/12749415-662c-4ced-97a5-282298288a41'} Body: b'' 2022-08-27 05:16:10,524 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/5fe1a340-e17b-4b04-8e68-2435206e5d64 1.206s 2022-08-27 05:16:10,524 177608 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-76c03350-72be-40d2-a52c-651526a3b360', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:16:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/5fe1a340-e17b-4b04-8e68-2435206e5d64'} Body: b'' 2022-08-27 05:16:11,000 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/9a39c847-c706-4ec7-ac09-6ca6c86ec222 0.475s 2022-08-27 05:16:11,001 177608 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-fb0ffc47-fd47-4368-8e01-c10c094e32b8', 'date': 'Sat, 27 Aug 2022 05:16:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/9a39c847-c706-4ec7-ac09-6ca6c86ec222'} Body: b'' 2022-08-27 05:16:11,278 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3 0.277s 2022-08-27 05:16:11,279 177608 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-9f9fd6de-7d8a-47a9-9c2f-046fb8e12d5b', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:16:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/57b9f10b-74be-4e8e-81b7-4f1b57e0d0b3'} Body: b'' 2022-08-27 05:16:11,472 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1205498967 0.192s 2022-08-27 05:16:11,473 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-dfada891-28d6-4b2c-b477-c929a11d6ad5', 'x-compute-request-id': 'req-dfada891-28d6-4b2c-b477-c929a11d6ad5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1205498967'} 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-27 05:16:11,694 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.216s 2022-08-27 05:16:11,694 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1267309852", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4ppz/bZmfzKYZF/U8dRUfjQRtF5FQJ22UsR7o+6Hz3WIZWDjBIPjShmjI9X6GbKHs3Ny1pE6p8rjQVsJiRlhP/SUeBUZBGo7g7dC/7RqO6bH7dtaGqZNoyxqG1clD8wQ=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:11 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-04399b5e-b928-4cbb-abca-57f5ddc12fea', 'x-compute-request-id': 'req-04399b5e-b928-4cbb-abca-57f5ddc12fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1267309852", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4ppz/bZmfzKYZF/U8dRUfjQRtF5FQJ22UsR7o+6Hz3WIZWDjBIPjShmjI9X6GbKHs3Ny1pE6p8rjQVsJiRlhP/SUeBUZBGo7g7dC/7RqO6bH7dtaGqZNoyxqG1clD8wQ==", "fingerprint": "ff:86:9c:1e:c5:7b:31:ef:80:9a:0f:41:da:3e:3e:d5", "user_id": "f902257c3a514a709e1ca235dbc0cbbd"}}' 2022-08-27 05:16:12,455 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.757s 2022-08-27 05:16:12,455 177608 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-383384982", "description": "tempest-secgroup-smoke-383384982 description", "project_id": "d6eebd600a964f4ca91de2d97e0df602"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-610fe4a5-d3ac-44ea-a15c-4ebdbab47674', 'date': 'Sat, 27 Aug 2022 05:16:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "27026a5f-29c7-4f3a-a235-526913369872", "name": "tempest-secgroup-smoke-383384982", "stateful": true, "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "description": "tempest-secgroup-smoke-383384982 description", "shared": false, "security_group_rules": [{"id": "911e06f3-512e-401f-99ad-09af2346380f", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:12Z", "updated_at": "2022-08-27T05:16:12Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}, {"id": "f821e5b8-99da-4c55-804a-ba9335d76f76", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:12Z", "updated_at": "2022-08-27T05:16:12Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}], "tags": [], "created_at": "2022-08-27T05:16:12Z", "updated_at": "2022-08-27T05:16:12Z", "revision_number": 1, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:12,941 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.485s 2022-08-27 05:16:12,941 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-c4cfd6c6-5ee4-454e-b4b6-eee12d51d546', 'date': 'Sat, 27 Aug 2022 05:16:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cb201f07-60bc-42e9-8ba9-5ae90a98c6ef", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:12Z", "updated_at": "2022-08-27T05:16:12Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:13,494 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.551s 2022-08-27 05:16:13,494 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-d12202ed-7445-489a-ac20-d62fdeb6dc79', 'date': 'Sat, 27 Aug 2022 05:16:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbb07bfc-85ef-49b3-a751-b873b828b3ce", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:13Z", "updated_at": "2022-08-27T05:16:13Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:14,088 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.593s 2022-08-27 05:16:14,088 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0efa25df-26c5-48a4-bfd1-ed46e3a3288f', 'date': 'Sat, 27 Aug 2022 05:16:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fb030504-7335-4ad8-a18d-8a22547f0c41", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:13Z", "updated_at": "2022-08-27T05:16:13Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:14,506 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.417s 2022-08-27 05:16:14,507 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9cfdb8b8-6fb0-49a7-8fdb-c127e09519be', 'date': 'Sat, 27 Aug 2022 05:16:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "46925d85-1e88-49a7-94f9-18ff16ee1efb", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:14Z", "updated_at": "2022-08-27T05:16:14Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:14,940 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.432s 2022-08-27 05:16:14,940 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8ce8a65f-3858-4200-b2bd-2646e0ca59a2', 'date': 'Sat, 27 Aug 2022 05:16:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "990cffc6-06f3-4fb7-b436-8a92317cda20", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:14Z", "updated_at": "2022-08-27T05:16:14Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:15,391 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.450s 2022-08-27 05:16:15,392 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6ce97c0d-ac8f-4287-b429-29293cd026e6', 'date': 'Sat, 27 Aug 2022 05:16:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f5816710-9615-465e-acd4-ddf4a667c168", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "27026a5f-29c7-4f3a-a235-526913369872", "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-27T05:16:15Z", "updated_at": "2022-08-27T05:16:15Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:15,844 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.451s 2022-08-27 05:16:15,844 177608 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--1270419306", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-41c5cfad-5489-417e-a736-e1ae27c4e5aa', 'date': 'Sat, 27 Aug 2022 05:16:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a8c7c011-fb45-43f8-a8ce-b2731c0447ae","name":"tempest-network-smoke--1270419306","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d6eebd600a964f4ca91de2d97e0df602","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-27T05:16:15Z","updated_at":"2022-08-27T05:16:15Z","revision_number":1}}' 2022-08-27 05:16:18,068 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 2.223s 2022-08-27 05:16:18,069 177608 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-1162784577", "admin_state_up": true, "project_id": "d6eebd600a964f4ca91de2d97e0df602", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-84203389-25ae-478c-a55e-6c4ebc68ec8a', 'date': 'Sat, 27 Aug 2022 05:16:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "95c2fa91-d934-422d-8770-6f266ba578ce", "name": "tempest-TestNetworkAdvancedServerOps-router-1162784577", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.2"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:16:15Z", "updated_at": "2022-08-27T05:16:17Z", "revision_number": 3, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:18,108 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28 0.039s 2022-08-27 05:16:18,109 177608 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-56dcc4bf-34a3-4ef4-8a42-86dbd2c264e0', 'date': 'Sat, 27 Aug 2022 05:16:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:16:18,243 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.134s 2022-08-27 05:16:18,244 177608 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-2c4879ee-2022-484b-ab68-fcdf6a99ee14', 'date': 'Sat, 27 Aug 2022 05:16:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:16:18,283 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.038s 2022-08-27 05:16:18,283 177608 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-5eecd155-1f73-4a6d-b0db-dcf0678d533f', 'date': 'Sat, 27 Aug 2022 05:16:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:16:19,392 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 1.108s 2022-08-27 05:16:19,392 177608 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-201873271", "network_id": "a8c7c011-fb45-43f8-a8ce-b2731c0447ae", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-f887d99d-31f1-4f6d-be7c-08853141e4b6', 'date': 'Sat, 27 Aug 2022 05:16:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"77ac8a7b-8427-4759-8a48-e20317e7c8cb","name":"tempest-subnet-smoke-201873271","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","network_id":"a8c7c011-fb45-43f8-a8ce-b2731c0447ae","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-27T05:16:18Z","updated_at":"2022-08-27T05:16:18Z","revision_number":0,"project_id":"d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:21,608 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/95c2fa91-d934-422d-8770-6f266ba578ce/add_router_interface 2.215s 2022-08-27 05:16:21,609 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "77ac8a7b-8427-4759-8a48-e20317e7c8cb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-bd01622c-733f-45f0-abb7-15c948d2f86d', 'date': 'Sat, 27 Aug 2022 05:16:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/95c2fa91-d934-422d-8770-6f266ba578ce/add_router_interface'} Body: b'{"id": "95c2fa91-d934-422d-8770-6f266ba578ce", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "6c90cf40-122b-485f-afd6-804fe03a2311", "network_id": "a8c7c011-fb45-43f8-a8ce-b2731c0447ae", "subnet_id": "77ac8a7b-8427-4759-8a48-e20317e7c8cb", "subnet_ids": ["77ac8a7b-8427-4759-8a48-e20317e7c8cb"]}' 2022-08-27 05:16:21,680 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.066s 2022-08-27 05:16:21,680 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-946a3f43-8cf4-4e84-b926-d9fb35c084c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f902257c3a514a709e1ca235dbc0cbbd", "name": "tempest-TestNetworkAdvancedServerOps-1796710772-project", "password_expires_at": null}, "audit_ids": ["maoKuRkrRISOy_Zt6WxnSA"], "expires_at": "2022-08-27T06:16:21.000000Z", "issued_at": "2022-08-27T05:16:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6eebd600a964f4ca91de2d97e0df602", "name": "tempest-TestNetworkAdvancedServerOps-1796710772"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:16:21,681 177608 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start) Found network None available for tenant 2022-08-27 05:16:22,036 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 500 POST http://10.222.0.76/compute/v2.1/servers 0.354s 2022-08-27 05:16:22,036 177608 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-315995687", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "a8c7c011-fb45-43f8-a8ce-b2731c0447ae"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1267309852", "security_groups": [{"name": "tempest-secgroup-smoke-383384982"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-15d61e39-c5ee-4332-8fa5-8f0e169bcc7f', 'x-compute-request-id': 'req-15d61e39-c5ee-4332-8fa5-8f0e169bcc7f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:16:23,913 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/95c2fa91-d934-422d-8770-6f266ba578ce/remove_router_interface 1.875s 2022-08-27 05:16:23,913 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "77ac8a7b-8427-4759-8a48-e20317e7c8cb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fb5c7f04-d0c1-40d5-a79c-937905f79ae2', 'date': 'Sat, 27 Aug 2022 05:16:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/95c2fa91-d934-422d-8770-6f266ba578ce/remove_router_interface'} Body: b'{"id": "95c2fa91-d934-422d-8770-6f266ba578ce", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "6c90cf40-122b-485f-afd6-804fe03a2311", "network_id": "a8c7c011-fb45-43f8-a8ce-b2731c0447ae", "subnet_id": "77ac8a7b-8427-4759-8a48-e20317e7c8cb", "subnet_ids": ["77ac8a7b-8427-4759-8a48-e20317e7c8cb"]}' 2022-08-27 05:16:24,298 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/77ac8a7b-8427-4759-8a48-e20317e7c8cb 0.384s 2022-08-27 05:16:24,299 177608 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-df271549-dfd4-4265-97de-7d6245517d5a', 'date': 'Sat, 27 Aug 2022 05:16:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/77ac8a7b-8427-4759-8a48-e20317e7c8cb'} Body: b'' 2022-08-27 05:16:25,335 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/95c2fa91-d934-422d-8770-6f266ba578ce 1.035s 2022-08-27 05:16:25,335 177608 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-a18dabc2-93a8-4722-beb4-32da8df26085', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:16:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/95c2fa91-d934-422d-8770-6f266ba578ce'} Body: b'' 2022-08-27 05:16:25,726 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/a8c7c011-fb45-43f8-a8ce-b2731c0447ae 0.390s 2022-08-27 05:16:25,726 177608 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-ccbe4eb9-7ced-447b-a9b5-aef00bcd0bb0', 'date': 'Sat, 27 Aug 2022 05:16:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/a8c7c011-fb45-43f8-a8ce-b2731c0447ae'} Body: b'' 2022-08-27 05:16:25,941 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/27026a5f-29c7-4f3a-a235-526913369872 0.215s 2022-08-27 05:16:25,942 177608 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-d7c44475-66da-46bf-9286-9d6b649f04f2', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:16:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/27026a5f-29c7-4f3a-a235-526913369872'} Body: b'' 2022-08-27 05:16:26,142 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1267309852 0.199s 2022-08-27 05:16:26,142 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-50209b52-e382-4097-bb2b-4e2c8e55dcc9', 'x-compute-request-id': 'req-50209b52-e382-4097-bb2b-4e2c8e55dcc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1267309852'} 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-27 05:16:26,301 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.149s 2022-08-27 05:16:26,302 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-606933026", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNiHjGTXVlPdaYduTCzQ3bAJj/27apLpXbISMDFsbN9nwkH88ZGMb2RzDEPEgbQFcEzsPi8rpYrLtaYpAomkInFptUaZKT9tFu7JgekqTu7DVU98yrbbSg0r6cL1FoJOPA=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:26 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-3293dd04-e330-4106-a5e8-b6693c7cd7c2', 'x-compute-request-id': 'req-3293dd04-e330-4106-a5e8-b6693c7cd7c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-606933026", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNiHjGTXVlPdaYduTCzQ3bAJj/27apLpXbISMDFsbN9nwkH88ZGMb2RzDEPEgbQFcEzsPi8rpYrLtaYpAomkInFptUaZKT9tFu7JgekqTu7DVU98yrbbSg0r6cL1FoJOPA==", "fingerprint": "4f:92:fe:14:a1:98:3d:2f:d8:31:23:82:e9:20:76:78", "user_id": "f902257c3a514a709e1ca235dbc0cbbd"}}' 2022-08-27 05:16:26,655 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.350s 2022-08-27 05:16:26,655 177608 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-764913088", "description": "tempest-secgroup-smoke-764913088 description", "project_id": "d6eebd600a964f4ca91de2d97e0df602"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-65b08c8b-b13a-4496-b74c-426ed20ab30b', 'date': 'Sat, 27 Aug 2022 05:16:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "name": "tempest-secgroup-smoke-764913088", "stateful": true, "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "description": "tempest-secgroup-smoke-764913088 description", "shared": false, "security_group_rules": [{"id": "12571266-982b-4000-b217-3e7edbda6227", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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": 4333, "description": null, "tags": [], "created_at": "2022-08-27T05:16:26Z", "updated_at": "2022-08-27T05:16:26Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}, {"id": "13521390-56c5-4a0a-88d1-911cb6e63abf", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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": 4332, "description": null, "tags": [], "created_at": "2022-08-27T05:16:26Z", "updated_at": "2022-08-27T05:16:26Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}], "tags": [], "created_at": "2022-08-27T05:16:26Z", "updated_at": "2022-08-27T05:16:26Z", "revision_number": 1, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:26,963 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.307s 2022-08-27 05:16:26,965 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-ec5ceb1a-e243-4c11-9323-10f66ddf474a', 'date': 'Sat, 27 Aug 2022 05:16:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d14ad708-8d43-4805-b896-7208d3d3f5d7", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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-27T05:16:26Z", "updated_at": "2022-08-27T05:16:26Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:27,288 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.323s 2022-08-27 05:16:27,289 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "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-5f89b3c5-1fd1-41ff-b5f7-72bdf5e707ba', 'date': 'Sat, 27 Aug 2022 05:16:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "83c689f2-cf16-4943-995b-dba60d0cc10d", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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-27T05:16:27Z", "updated_at": "2022-08-27T05:16:27Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:27,564 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.274s 2022-08-27 05:16:27,564 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-dbef0ecb-e918-4ebc-a2b8-3f197aa11ed6', 'date': 'Sat, 27 Aug 2022 05:16:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cea41ec1-ebf7-48b1-85d9-400788647f39", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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-27T05:16:27Z", "updated_at": "2022-08-27T05:16:27Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:27,844 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.279s 2022-08-27 05:16:27,844 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-31af4bb3-29ee-410b-aaab-d03721a07d1a', 'date': 'Sat, 27 Aug 2022 05:16:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1da81dc0-6f14-4414-9921-7da26e8ccdb7", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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-27T05:16:27Z", "updated_at": "2022-08-27T05:16:27Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:28,180 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.335s 2022-08-27 05:16:28,181 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0ea22c67-511b-4cb7-b2ca-aa7b069362c0', 'date': 'Sat, 27 Aug 2022 05:16:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ea045f30-a459-4461-9030-7b5b6989cca2", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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-27T05:16:27Z", "updated_at": "2022-08-27T05:16:27Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:28,466 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.285s 2022-08-27 05:16:28,466 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6e5c4913-a1b9-4f0f-9699-48be0e710dc9', 'date': 'Sat, 27 Aug 2022 05:16:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dec7b2fa-bdc3-42ac-aa31-031fe30e90e6", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "security_group_id": "48d832d1-b3ed-4304-a1dc-36379adf5158", "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-27T05:16:28Z", "updated_at": "2022-08-27T05:16:28Z", "revision_number": 0, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:28,837 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.370s 2022-08-27 05:16:28,838 177608 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--902392115", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c1872246-33ad-4b64-b40f-6760e99d3baa', 'date': 'Sat, 27 Aug 2022 05:16:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"57ed38e9-7bb6-4339-9988-8ffd0ec9b97e","name":"tempest-network-smoke--902392115","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d6eebd600a964f4ca91de2d97e0df602","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-27T05:16:28Z","updated_at":"2022-08-27T05:16:28Z","revision_number":1}}' 2022-08-27 05:16:30,958 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 2.120s 2022-08-27 05:16:30,958 177608 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-432903510", "admin_state_up": true, "project_id": "d6eebd600a964f4ca91de2d97e0df602", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-9511761f-7338-4b53-bbf0-84dfc50e8742', 'date': 'Sat, 27 Aug 2022 05:16:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "575828be-c984-4203-9bda-e66f9dc21ebe", "name": "tempest-TestNetworkAdvancedServerOps-router-432903510", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.133"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:16:28Z", "updated_at": "2022-08-27T05:16:29Z", "revision_number": 3, "project_id": "d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:30,991 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28 0.031s 2022-08-27 05:16:30,991 177608 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-764725d3-9473-412f-bd6c-d2e15480e649', 'date': 'Sat, 27 Aug 2022 05:16:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d6eebd600a964f4ca91de2d97e0df602&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:16:31,102 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.110s 2022-08-27 05:16:31,103 177608 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-4c1e1735-b08d-4555-a306-db2868487ac2', 'date': 'Sat, 27 Aug 2022 05:16:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:16:31,133 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.030s 2022-08-27 05:16:31,134 177608 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-14b413cd-df62-4670-8f0f-6d06420bab57', 'date': 'Sat, 27 Aug 2022 05:16:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:16:31,952 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 0.817s 2022-08-27 05:16:31,952 177608 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-386839783", "network_id": "57ed38e9-7bb6-4339-9988-8ffd0ec9b97e", "project_id": "d6eebd600a964f4ca91de2d97e0df602", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-c4d96dc3-e0a4-419b-9102-fabd26a52e45', 'date': 'Sat, 27 Aug 2022 05:16:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"f6e2c421-a7ce-44c7-9d12-8ec6ef10165d","name":"tempest-subnet-smoke-386839783","tenant_id":"d6eebd600a964f4ca91de2d97e0df602","network_id":"57ed38e9-7bb6-4339-9988-8ffd0ec9b97e","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-27T05:16:31Z","updated_at":"2022-08-27T05:16:31Z","revision_number":0,"project_id":"d6eebd600a964f4ca91de2d97e0df602"}}' 2022-08-27 05:16:34,094 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/575828be-c984-4203-9bda-e66f9dc21ebe/add_router_interface 2.141s 2022-08-27 05:16:34,094 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "f6e2c421-a7ce-44c7-9d12-8ec6ef10165d"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-86b02a27-afd9-4760-a268-6ca90425d06c', 'date': 'Sat, 27 Aug 2022 05:16:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/575828be-c984-4203-9bda-e66f9dc21ebe/add_router_interface'} Body: b'{"id": "575828be-c984-4203-9bda-e66f9dc21ebe", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "2eae7200-a7f4-4718-8cf1-2c44289d73e9", "network_id": "57ed38e9-7bb6-4339-9988-8ffd0ec9b97e", "subnet_id": "f6e2c421-a7ce-44c7-9d12-8ec6ef10165d", "subnet_ids": ["f6e2c421-a7ce-44c7-9d12-8ec6ef10165d"]}' 2022-08-27 05:16:34,138 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.038s 2022-08-27 05:16:34,138 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e36cf3a3-c870-4384-ab7d-d053fedaa112', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f902257c3a514a709e1ca235dbc0cbbd", "name": "tempest-TestNetworkAdvancedServerOps-1796710772-project", "password_expires_at": null}, "audit_ids": ["CsNgenetSxCTnl58MX12yg"], "expires_at": "2022-08-27T06:16:34.000000Z", "issued_at": "2022-08-27T05:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6eebd600a964f4ca91de2d97e0df602", "name": "tempest-TestNetworkAdvancedServerOps-1796710772"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d6eebd600a964f4ca91de2d97e0df602", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:16:34,139 177608 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume) Found network None available for tenant 2022-08-27 05:16:34,814 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 500 POST http://10.222.0.76/compute/v2.1/servers 0.673s 2022-08-27 05:16:34,814 177608 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-882668519", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "57ed38e9-7bb6-4339-9988-8ffd0ec9b97e"}], "key_name": "tempest-TestNetworkAdvancedServerOps-606933026", "security_groups": [{"name": "tempest-secgroup-smoke-764913088"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-cecbcea3-f8e2-44fc-863a-55bdbea19257', 'x-compute-request-id': 'req-cecbcea3-f8e2-44fc-863a-55bdbea19257', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:16:36,479 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/575828be-c984-4203-9bda-e66f9dc21ebe/remove_router_interface 1.664s 2022-08-27 05:16:36,480 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "f6e2c421-a7ce-44c7-9d12-8ec6ef10165d"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-186d011c-f650-4afc-bd90-90ca60356f35', 'date': 'Sat, 27 Aug 2022 05:16:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/575828be-c984-4203-9bda-e66f9dc21ebe/remove_router_interface'} Body: b'{"id": "575828be-c984-4203-9bda-e66f9dc21ebe", "tenant_id": "d6eebd600a964f4ca91de2d97e0df602", "port_id": "2eae7200-a7f4-4718-8cf1-2c44289d73e9", "network_id": "57ed38e9-7bb6-4339-9988-8ffd0ec9b97e", "subnet_id": "f6e2c421-a7ce-44c7-9d12-8ec6ef10165d", "subnet_ids": ["f6e2c421-a7ce-44c7-9d12-8ec6ef10165d"]}' 2022-08-27 05:16:36,884 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/f6e2c421-a7ce-44c7-9d12-8ec6ef10165d 0.403s 2022-08-27 05:16:36,884 177608 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-e14f6a30-d77b-4486-9a80-73b10c27d396', 'date': 'Sat, 27 Aug 2022 05:16:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/f6e2c421-a7ce-44c7-9d12-8ec6ef10165d'} Body: b'' 2022-08-27 05:16:37,871 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/575828be-c984-4203-9bda-e66f9dc21ebe 0.986s 2022-08-27 05:16:37,871 177608 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-1eda4935-14b7-4cb1-bca0-eef3e41d37ff', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:16:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/575828be-c984-4203-9bda-e66f9dc21ebe'} Body: b'' 2022-08-27 05:16:38,250 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/57ed38e9-7bb6-4339-9988-8ffd0ec9b97e 0.379s 2022-08-27 05:16:38,251 177608 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-c58265a4-7257-4110-827f-8bae7308237c', 'date': 'Sat, 27 Aug 2022 05:16:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/57ed38e9-7bb6-4339-9988-8ffd0ec9b97e'} Body: b'' 2022-08-27 05:16:38,483 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/48d832d1-b3ed-4304-a1dc-36379adf5158 0.231s 2022-08-27 05:16:38,483 177608 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-dfb06c5a-74b3-4fa0-bc44-359aff6923e4', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:16:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/48d832d1-b3ed-4304-a1dc-36379adf5158'} Body: b'' 2022-08-27 05:16:38,582 177608 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-606933026 0.098s 2022-08-27 05:16:38,582 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-f94f6884-7615-41d8-be90-3ff6fb4a15fb', 'x-compute-request-id': 'req-f94f6884-7615-41d8-be90-3ff6fb4a15fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-606933026'} 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-27 05:11:18,432 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.921s 2022-08-27 05:11:18,432 130314 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--478719406", "project_id": "d9a223bc01234f719e782e240c9713cb", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-41cf736d-5214-4315-83b1-555b9c73cd62', 'date': 'Sat, 27 Aug 2022 05:11:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"97e932df-312c-4e82-8db5-407e3b6f7f6c","name":"tempest-network-smoke--478719406","tenant_id":"d9a223bc01234f719e782e240c9713cb","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d9a223bc01234f719e782e240c9713cb","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-27T05:11:18Z","updated_at":"2022-08-27T05:11:18Z","revision_number":1}}' 2022-08-27 05:11:20,494 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 2.061s 2022-08-27 05:11:20,495 130314 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-151449236", "admin_state_up": true, "project_id": "d9a223bc01234f719e782e240c9713cb", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-ed142362-9aad-4f76-9a79-fe05533af97e', 'date': 'Sat, 27 Aug 2022 05:11:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "7cd58132-3db2-4a8f-bc95-f7d6d838445b", "name": "tempest-TestNetworkBasicOps-router-151449236", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.142"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:11:18Z", "updated_at": "2022-08-27T05:11:19Z", "revision_number": 3, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:20,576 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d9a223bc01234f719e782e240c9713cb&cidr=172.20.0.0%2F28 0.080s 2022-08-27 05:11:20,576 130314 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-c9a69add-08ae-422e-bf5e-0525429f303d', 'date': 'Sat, 27 Aug 2022 05:11:20 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d9a223bc01234f719e782e240c9713cb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:11:20,673 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.095s 2022-08-27 05:11:20,673 130314 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-e03fa128-bf68-4d3c-9771-036e5a16c5ac', 'date': 'Sat, 27 Aug 2022 05:11:20 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:11:20,703 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.030s 2022-08-27 05:11:20,704 130314 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-eae5fcbd-4e57-445a-9cfc-553712454fb0', 'date': 'Sat, 27 Aug 2022 05:11:20 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:11:21,812 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 1.108s 2022-08-27 05:11:21,813 130314 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-922908919", "network_id": "97e932df-312c-4e82-8db5-407e3b6f7f6c", "project_id": "d9a223bc01234f719e782e240c9713cb", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-b0e65a46-90aa-4fe1-9d8d-cbe964234c3d', 'date': 'Sat, 27 Aug 2022 05:11:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"15e651b8-9713-466f-ba7d-3e0154a8f4b6","name":"tempest-subnet-smoke-922908919","tenant_id":"d9a223bc01234f719e782e240c9713cb","network_id":"97e932df-312c-4e82-8db5-407e3b6f7f6c","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-27T05:11:20Z","updated_at":"2022-08-27T05:11:20Z","revision_number":0,"project_id":"d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:24,377 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/7cd58132-3db2-4a8f-bc95-f7d6d838445b/add_router_interface 2.564s 2022-08-27 05:11:24,378 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "15e651b8-9713-466f-ba7d-3e0154a8f4b6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c08c02d3-00b3-49c4-855a-69d0ed615862', 'date': 'Sat, 27 Aug 2022 05:11:24 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/7cd58132-3db2-4a8f-bc95-f7d6d838445b/add_router_interface'} Body: b'{"id": "7cd58132-3db2-4a8f-bc95-f7d6d838445b", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "port_id": "1a83883a-658f-464e-8ebf-5808e11ddb6b", "network_id": "97e932df-312c-4e82-8db5-407e3b6f7f6c", "subnet_id": "15e651b8-9713-466f-ba7d-3e0154a8f4b6", "subnet_ids": ["15e651b8-9713-466f-ba7d-3e0154a8f4b6"]}' 2022-08-27 05:11:24,592 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.76:9696/networking/v2.0/networks 0.213s 2022-08-27 05:11:24,592 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '2690', 'x-openstack-request-id': 'req-565dd6fa-2e1a-45e8-af4b-686fee050bb8', 'date': 'Sat, 27 Aug 2022 05:11:24 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"624dbee1-ace1-430d-9122-8ff982c0487b","name":"private","tenant_id":"b8a63babe747425e956f165dd09383c5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e9aa1b42-40e4-40f0-9c9d-8ab5f1dbd979"],"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-27T04:28:07Z","updated_at":"2022-08-27T04:30:17Z","revision_number":3,"project_id":"b8a63babe747425e956f165dd09383c5","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":235},{"id":"97e932df-312c-4e82-8db5-407e3b6f7f6c","name":"tempest-network-smoke--478719406","tenant_id":"d9a223bc01234f719e782e240c9713cb","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["15e651b8-9713-466f-ba7d-3e0154a8f4b6"],"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-27T05:11:18Z","updated_at":"2022-08-27T05:11:20Z","revision_number":2,"project_id":"d9a223bc01234f719e782e240c9713cb","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":228},{"id":"a82fb463-5a8f-4b8b-991d-61491eba11c6","name":"shared","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["120f3302-721f-4373-86a6-3aa14ccf6ac4"],"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-27T04:31:15Z","updated_at":"2022-08-27T04:31:18Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":202}]}' 2022-08-27 05:11:24,699 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets 0.106s 2022-08-27 05:11:24,700 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '2532', 'x-openstack-request-id': 'req-b4a6b16c-8872-4cb0-bd2e-846c4f280647', 'date': 'Sat, 27 Aug 2022 05:11:24 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"120f3302-721f-4373-86a6-3aa14ccf6ac4","name":"shared-subnet","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","network_id":"a82fb463-5a8f-4b8b-991d-61491eba11c6","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-27T04:31:18Z","updated_at":"2022-08-27T04:31:18Z","revision_number":0,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471"},{"id":"15e651b8-9713-466f-ba7d-3e0154a8f4b6","name":"tempest-subnet-smoke-922908919","tenant_id":"d9a223bc01234f719e782e240c9713cb","network_id":"97e932df-312c-4e82-8db5-407e3b6f7f6c","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-27T05:11:20Z","updated_at":"2022-08-27T05:11:20Z","revision_number":0,"project_id":"d9a223bc01234f719e782e240c9713cb"},{"id":"a8b85f5e-fe35-4e4f-8db1-bc636cc70f14","name":"public-subnet","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","network_id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.2.1","cidr":"172.25.2.0/24","allocation_pools":[{"start":"172.25.2.2","end":"172.25.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-08-27T04:28:35Z","updated_at":"2022-08-27T04:28:35Z","revision_number":0,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471"},{"id":"e9aa1b42-40e4-40f0-9c9d-8ab5f1dbd979","name":"private-subnet","tenant_id":"b8a63babe747425e956f165dd09383c5","network_id":"624dbee1-ace1-430d-9122-8ff982c0487b","ip_version":4,"subnetpool_id":"854fa7e8-5f92-4ae8-9634-44ba93c6d2d6","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-27T04:28:11Z","updated_at":"2022-08-27T04:30:17Z","revision_number":1,"project_id":"b8a63babe747425e956f165dd09383c5"}]}' 2022-08-27 05:11:24,938 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.76:9696/networking/v2.0/routers 0.238s 2022-08-27 05:11:24,939 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '1411', 'x-openstack-request-id': 'req-0c5b946f-754d-4ac6-8676-945e9e04272d', 'date': 'Sat, 27 Aug 2022 05:11:24 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "7cd58132-3db2-4a8f-bc95-f7d6d838445b", "name": "tempest-TestNetworkBasicOps-router-151449236", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.142"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:11:18Z", "updated_at": "2022-08-27T05:11:23Z", "revision_number": 4, "project_id": "d9a223bc01234f719e782e240c9713cb"}, {"id": "e662958c-9089-40ad-a1e5-0119054c54bc", "name": "router1", "tenant_id": "b8a63babe747425e956f165dd09383c5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.92"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T04:28:20Z", "updated_at": "2022-08-27T04:28:41Z", "revision_number": 4, "project_id": "b8a63babe747425e956f165dd09383c5"}]}' 2022-08-27 05:11:25,066 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.123s 2022-08-27 05:11:25,066 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1000288050", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLlCewSRsze895c6HiVRFBR7jNHJwcaa4NM1mIsL6fsiSVb5LddOwO4LJVix2bB/kecdfeNByQlDzMrNdRJI3Vh1emFLctIy+2DcN6Jsdz5EzSnzoYMIQ5b153dlS4dklQ=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11:24 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-1de13abb-8339-4e3b-8ae7-3798fed2d491', 'x-compute-request-id': 'req-1de13abb-8339-4e3b-8ae7-3798fed2d491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1000288050", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLlCewSRsze895c6HiVRFBR7jNHJwcaa4NM1mIsL6fsiSVb5LddOwO4LJVix2bB/kecdfeNByQlDzMrNdRJI3Vh1emFLctIy+2DcN6Jsdz5EzSnzoYMIQ5b153dlS4dklQ==", "fingerprint": "eb:fa:73:72:72:7c:32:91:30:92:64:b8:b9:15:ab:24", "user_id": "639666a0324e4f009323f1d4f4d474d6"}}' 2022-08-27 05:11:25,450 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.381s 2022-08-27 05:11:25,451 130314 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-1359212186", "description": "tempest-secgroup-smoke-1359212186 description", "project_id": "d9a223bc01234f719e782e240c9713cb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-bb87dc88-ca45-4c00-baff-2148dc414393', 'date': 'Sat, 27 Aug 2022 05:11:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "name": "tempest-secgroup-smoke-1359212186", "stateful": true, "tenant_id": "d9a223bc01234f719e782e240c9713cb", "description": "tempest-secgroup-smoke-1359212186 description", "shared": false, "security_group_rules": [{"id": "731d1630-544d-47b1-9a7d-0a25788b052d", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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": 4036, "description": null, "tags": [], "created_at": "2022-08-27T05:11:25Z", "updated_at": "2022-08-27T05:11:25Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}, {"id": "ce571641-0cf1-4014-826c-eb9ce44f978d", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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": 4035, "description": null, "tags": [], "created_at": "2022-08-27T05:11:25Z", "updated_at": "2022-08-27T05:11:25Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}], "tags": [], "created_at": "2022-08-27T05:11:25Z", "updated_at": "2022-08-27T05:11:25Z", "revision_number": 1, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:25,836 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.384s 2022-08-27 05:11:25,836 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "project_id": "d9a223bc01234f719e782e240c9713cb", "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-c9418b75-4b5d-42b4-b17d-e959f54447ce', 'date': 'Sat, 27 Aug 2022 05:11:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a652a062-5bee-4779-a001-8f3c53ac90d5", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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-27T05:11:25Z", "updated_at": "2022-08-27T05:11:25Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:26,245 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.407s 2022-08-27 05:11:26,245 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "project_id": "d9a223bc01234f719e782e240c9713cb", "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-2aff728c-f3ce-4677-a7d3-9a691bf8c0e8', 'date': 'Sat, 27 Aug 2022 05:11:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e018623-8dc1-4c0a-8742-9cfcb5cd3686", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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-27T05:11:26Z", "updated_at": "2022-08-27T05:11:26Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:26,590 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.344s 2022-08-27 05:11:26,590 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-93a39a09-d6c8-4b3f-80d2-4ef2fb2a2d87', 'date': 'Sat, 27 Aug 2022 05:11:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "13a04fe4-8fb9-45eb-ac79-5d18dd1162b1", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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-27T05:11:26Z", "updated_at": "2022-08-27T05:11:26Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:27,150 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.559s 2022-08-27 05:11:27,150 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-948d6df4-3e06-4e9a-8c5f-d21b3896c1cf', 'date': 'Sat, 27 Aug 2022 05:11:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e596a2c7-8bc2-42ed-98b7-6cb5085bb98b", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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-27T05:11:26Z", "updated_at": "2022-08-27T05:11:26Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:27,568 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.417s 2022-08-27 05:11:27,568 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c1962acf-02c5-4ac7-bb8b-d3e0090fbea9', 'date': 'Sat, 27 Aug 2022 05:11:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "24ff7a06-9542-40d5-8192-1ca6d38ac9a4", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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-27T05:11:27Z", "updated_at": "2022-08-27T05:11:27Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:27,964 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.395s 2022-08-27 05:11:27,965 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-47dc2a91-eb47-4322-8598-c03ab81d3bc4', 'date': 'Sat, 27 Aug 2022 05:11:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c69f48a8-1096-4935-a5eb-1c94e0e72785", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "50f41bef-04e3-4e47-86ca-49fab7b4689a", "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-27T05:11:27Z", "updated_at": "2022-08-27T05:11:27Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:28,002 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.032s 2022-08-27 05:11:28,003 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11:27 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-93b21d7a-b95e-46bb-ac4a-f238070111f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "639666a0324e4f009323f1d4f4d474d6", "name": "tempest-TestNetworkBasicOps-2098917281-project", "password_expires_at": null}, "audit_ids": ["9y8zxLo0RCWaU2xaPEuCWg"], "expires_at": "2022-08-27T06:11:27.000000Z", "issued_at": "2022-08-27T05:11:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9a223bc01234f719e782e240c9713cb", "name": "tempest-TestNetworkBasicOps-2098917281"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:11:28,004 130314 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant 2022-08-27 05:11:28,342 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 500 POST http://10.222.0.76/compute/v2.1/servers 0.337s 2022-08-27 05:11:28,343 130314 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-1456182229", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "97e932df-312c-4e82-8db5-407e3b6f7f6c"}], "key_name": "tempest-TestNetworkBasicOps-1000288050", "security_groups": [{"name": "tempest-secgroup-smoke-1359212186"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11: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-676615a1-bf2c-4756-8254-79c066821836', 'x-compute-request-id': 'req-676615a1-bf2c-4756-8254-79c066821836', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:11:28,596 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/50f41bef-04e3-4e47-86ca-49fab7b4689a 0.248s 2022-08-27 05:11:28,596 130314 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-8ff006d6-7abc-4aed-a80a-f6e724e8e538', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:11:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/50f41bef-04e3-4e47-86ca-49fab7b4689a'} Body: b'' 2022-08-27 05:11:28,750 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1000288050 0.153s 2022-08-27 05:11:28,751 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf96fb83-26b2-45db-a350-7942e34bda55', 'x-compute-request-id': 'req-bf96fb83-26b2-45db-a350-7942e34bda55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1000288050'} Body: b'' 2022-08-27 05:11:30,222 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/7cd58132-3db2-4a8f-bc95-f7d6d838445b/remove_router_interface 1.471s 2022-08-27 05:11:30,223 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "15e651b8-9713-466f-ba7d-3e0154a8f4b6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-41cafbf1-bf10-4a07-ab23-a14688faf549', 'date': 'Sat, 27 Aug 2022 05:11:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/7cd58132-3db2-4a8f-bc95-f7d6d838445b/remove_router_interface'} Body: b'{"id": "7cd58132-3db2-4a8f-bc95-f7d6d838445b", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "port_id": "1a83883a-658f-464e-8ebf-5808e11ddb6b", "network_id": "97e932df-312c-4e82-8db5-407e3b6f7f6c", "subnet_id": "15e651b8-9713-466f-ba7d-3e0154a8f4b6", "subnet_ids": ["15e651b8-9713-466f-ba7d-3e0154a8f4b6"]}' 2022-08-27 05:11:30,640 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/15e651b8-9713-466f-ba7d-3e0154a8f4b6 0.417s 2022-08-27 05:11:30,641 130314 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-9c12ba06-fa28-47eb-a0d1-5177dd1541ab', 'date': 'Sat, 27 Aug 2022 05:11:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/15e651b8-9713-466f-ba7d-3e0154a8f4b6'} Body: b'' 2022-08-27 05:11:32,058 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/7cd58132-3db2-4a8f-bc95-f7d6d838445b 1.416s 2022-08-27 05:11:32,058 130314 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-8ca2ede0-185d-484f-8894-341408c9bcd6', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:11:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/7cd58132-3db2-4a8f-bc95-f7d6d838445b'} Body: b'' 2022-08-27 05:11:32,777 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/97e932df-312c-4e82-8db5-407e3b6f7f6c 0.718s 2022-08-27 05:11:32,778 130314 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-e01ee3b5-482b-4161-b938-aa6dc9b8bf0f', 'date': 'Sat, 27 Aug 2022 05:11:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/97e932df-312c-4e82-8db5-407e3b6f7f6c'} 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-27 05:11:33,244 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.461s 2022-08-27 05:11:33,244 130314 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--1003121751", "project_id": "d9a223bc01234f719e782e240c9713cb", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1f98d339-d115-42c1-b63a-f1cef9186b66', 'date': 'Sat, 27 Aug 2022 05:11:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"9d7bad4e-980a-4e7c-a077-ef5336aa3a7a","name":"tempest-network-smoke--1003121751","tenant_id":"d9a223bc01234f719e782e240c9713cb","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d9a223bc01234f719e782e240c9713cb","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-27T05:11:32Z","updated_at":"2022-08-27T05:11:32Z","revision_number":1}}' 2022-08-27 05:11:35,096 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 1.851s 2022-08-27 05:11:35,096 130314 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-529231176", "admin_state_up": true, "project_id": "d9a223bc01234f719e782e240c9713cb", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-43aa6567-d83f-46f0-9e5a-402cc3c378f8', 'date': 'Sat, 27 Aug 2022 05:11:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "3997f9cb-9b17-4e9d-8868-fc708eaeda04", "name": "tempest-TestNetworkBasicOps-router-529231176", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.175"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:11:33Z", "updated_at": "2022-08-27T05:11:34Z", "revision_number": 3, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:35,129 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d9a223bc01234f719e782e240c9713cb&cidr=172.20.0.0%2F28 0.031s 2022-08-27 05:11:35,130 130314 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-992c4961-b1c4-406c-b40d-2d168b829033', 'date': 'Sat, 27 Aug 2022 05:11:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=d9a223bc01234f719e782e240c9713cb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:11:35,229 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.098s 2022-08-27 05:11:35,229 130314 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-8ee3a077-b315-49ca-81b9-890f41e7ee8d', 'date': 'Sat, 27 Aug 2022 05:11:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:11:35,259 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.029s 2022-08-27 05:11:35,260 130314 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-dd8464ac-3da8-4d18-9448-64de353a9a19', 'date': 'Sat, 27 Aug 2022 05:11:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:11:36,106 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 0.845s 2022-08-27 05:11:36,106 130314 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-1443691688", "network_id": "9d7bad4e-980a-4e7c-a077-ef5336aa3a7a", "project_id": "d9a223bc01234f719e782e240c9713cb", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-f829aaff-4723-4796-a338-60a9c0c5b540', 'date': 'Sat, 27 Aug 2022 05:11:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b1b0d021-38fe-4cca-9196-f1afed296f39","name":"tempest-subnet-smoke-1443691688","tenant_id":"d9a223bc01234f719e782e240c9713cb","network_id":"9d7bad4e-980a-4e7c-a077-ef5336aa3a7a","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-27T05:11:35Z","updated_at":"2022-08-27T05:11:35Z","revision_number":0,"project_id":"d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:38,599 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/3997f9cb-9b17-4e9d-8868-fc708eaeda04/add_router_interface 2.492s 2022-08-27 05:11:38,600 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b1b0d021-38fe-4cca-9196-f1afed296f39"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e171c1a9-7b80-413c-b269-ab66872bc8a3', 'date': 'Sat, 27 Aug 2022 05:11:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/3997f9cb-9b17-4e9d-8868-fc708eaeda04/add_router_interface'} Body: b'{"id": "3997f9cb-9b17-4e9d-8868-fc708eaeda04", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "port_id": "5c92583b-ec50-477a-9db9-23e6593081e0", "network_id": "9d7bad4e-980a-4e7c-a077-ef5336aa3a7a", "subnet_id": "b1b0d021-38fe-4cca-9196-f1afed296f39", "subnet_ids": ["b1b0d021-38fe-4cca-9196-f1afed296f39"]}' 2022-08-27 05:11:38,727 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.76:9696/networking/v2.0/networks 0.126s 2022-08-27 05:11:38,727 130314 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': '2691', 'x-openstack-request-id': 'req-634e3a80-67d5-4204-8c3d-4bf75fadc00e', 'date': 'Sat, 27 Aug 2022 05:11:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"624dbee1-ace1-430d-9122-8ff982c0487b","name":"private","tenant_id":"b8a63babe747425e956f165dd09383c5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e9aa1b42-40e4-40f0-9c9d-8ab5f1dbd979"],"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-27T04:28:07Z","updated_at":"2022-08-27T04:30:17Z","revision_number":3,"project_id":"b8a63babe747425e956f165dd09383c5","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":235},{"id":"9d7bad4e-980a-4e7c-a077-ef5336aa3a7a","name":"tempest-network-smoke--1003121751","tenant_id":"d9a223bc01234f719e782e240c9713cb","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["b1b0d021-38fe-4cca-9196-f1afed296f39"],"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-27T05:11:32Z","updated_at":"2022-08-27T05:11:35Z","revision_number":2,"project_id":"d9a223bc01234f719e782e240c9713cb","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":210},{"id":"a82fb463-5a8f-4b8b-991d-61491eba11c6","name":"shared","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["120f3302-721f-4373-86a6-3aa14ccf6ac4"],"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-27T04:31:15Z","updated_at":"2022-08-27T04:31:18Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":202}]}' 2022-08-27 05:11:38,834 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets 0.106s 2022-08-27 05:11:38,835 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '2533', 'x-openstack-request-id': 'req-257ce906-a52b-4c36-8604-947fc7c7973b', 'date': 'Sat, 27 Aug 2022 05:11:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"120f3302-721f-4373-86a6-3aa14ccf6ac4","name":"shared-subnet","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","network_id":"a82fb463-5a8f-4b8b-991d-61491eba11c6","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-27T04:31:18Z","updated_at":"2022-08-27T04:31:18Z","revision_number":0,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471"},{"id":"a8b85f5e-fe35-4e4f-8db1-bc636cc70f14","name":"public-subnet","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","network_id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.2.1","cidr":"172.25.2.0/24","allocation_pools":[{"start":"172.25.2.2","end":"172.25.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-08-27T04:28:35Z","updated_at":"2022-08-27T04:28:35Z","revision_number":0,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471"},{"id":"b1b0d021-38fe-4cca-9196-f1afed296f39","name":"tempest-subnet-smoke-1443691688","tenant_id":"d9a223bc01234f719e782e240c9713cb","network_id":"9d7bad4e-980a-4e7c-a077-ef5336aa3a7a","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-27T05:11:35Z","updated_at":"2022-08-27T05:11:35Z","revision_number":0,"project_id":"d9a223bc01234f719e782e240c9713cb"},{"id":"e9aa1b42-40e4-40f0-9c9d-8ab5f1dbd979","name":"private-subnet","tenant_id":"b8a63babe747425e956f165dd09383c5","network_id":"624dbee1-ace1-430d-9122-8ff982c0487b","ip_version":4,"subnetpool_id":"854fa7e8-5f92-4ae8-9634-44ba93c6d2d6","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-27T04:28:11Z","updated_at":"2022-08-27T04:30:17Z","revision_number":1,"project_id":"b8a63babe747425e956f165dd09383c5"}]}' 2022-08-27 05:11:38,973 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.76:9696/networking/v2.0/routers 0.138s 2022-08-27 05:11:38,974 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '1411', 'x-openstack-request-id': 'req-65c65134-e5e8-44bc-bc4b-d0c58e144618', 'date': 'Sat, 27 Aug 2022 05:11:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "3997f9cb-9b17-4e9d-8868-fc708eaeda04", "name": "tempest-TestNetworkBasicOps-router-529231176", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.175"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:11:33Z", "updated_at": "2022-08-27T05:11:37Z", "revision_number": 4, "project_id": "d9a223bc01234f719e782e240c9713cb"}, {"id": "e662958c-9089-40ad-a1e5-0119054c54bc", "name": "router1", "tenant_id": "b8a63babe747425e956f165dd09383c5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.92"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T04:28:20Z", "updated_at": "2022-08-27T04:28:41Z", "revision_number": 4, "project_id": "b8a63babe747425e956f165dd09383c5"}]}' 2022-08-27 05:11:39,156 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.180s 2022-08-27 05:11:39,157 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1365457387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgFer30Wg2JziUe9d25NfuYKcleLaIqi2Cn0ok3Ygdpbyap8T+Qfe5eSP308ikIHJwhcZNFkKh/v8KwT0vTA/lvQ8GlJzE3/DBtV9ahpL2brSZefEw+PcMF4+HQ926pPw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11:38 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-a4b5638e-6865-4bb4-84ae-3a3148302617', 'x-compute-request-id': 'req-a4b5638e-6865-4bb4-84ae-3a3148302617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1365457387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgFer30Wg2JziUe9d25NfuYKcleLaIqi2Cn0ok3Ygdpbyap8T+Qfe5eSP308ikIHJwhcZNFkKh/v8KwT0vTA/lvQ8GlJzE3/DBtV9ahpL2brSZefEw+PcMF4+HQ926pPw==", "fingerprint": "70:51:dd:a0:5b:6f:16:56:45:78:19:7d:00:a6:17:66", "user_id": "639666a0324e4f009323f1d4f4d474d6"}}' 2022-08-27 05:11:39,547 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.387s 2022-08-27 05:11:39,548 130314 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-1034831574", "description": "tempest-secgroup-smoke-1034831574 description", "project_id": "d9a223bc01234f719e782e240c9713cb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-1d713bd7-288c-4502-83a2-f7bf21807eab', 'date': 'Sat, 27 Aug 2022 05:11:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "name": "tempest-secgroup-smoke-1034831574", "stateful": true, "tenant_id": "d9a223bc01234f719e782e240c9713cb", "description": "tempest-secgroup-smoke-1034831574 description", "shared": false, "security_group_rules": [{"id": "cc55eb43-1b92-4df4-8805-231156bb5781", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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": 4051, "description": null, "tags": [], "created_at": "2022-08-27T05:11:39Z", "updated_at": "2022-08-27T05:11:39Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}, {"id": "daf134db-489f-419f-b189-2d39543ba110", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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": 4052, "description": null, "tags": [], "created_at": "2022-08-27T05:11:39Z", "updated_at": "2022-08-27T05:11:39Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}], "tags": [], "created_at": "2022-08-27T05:11:39Z", "updated_at": "2022-08-27T05:11:39Z", "revision_number": 1, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:39,910 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.362s 2022-08-27 05:11:39,911 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "project_id": "d9a223bc01234f719e782e240c9713cb", "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-181f0a7f-88c6-49ae-9bfd-eef1acb3fa34', 'date': 'Sat, 27 Aug 2022 05:11:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "21639ae6-cf69-4181-b31b-4665b9c50577", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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-27T05:11:39Z", "updated_at": "2022-08-27T05:11:39Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:40,487 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.575s 2022-08-27 05:11:40,488 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "project_id": "d9a223bc01234f719e782e240c9713cb", "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-70f642f2-c4ae-496f-850a-be0fd7f18db8', 'date': 'Sat, 27 Aug 2022 05:11:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "92f41dea-5b4a-4915-9ad0-40dbf979670e", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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-27T05:11:40Z", "updated_at": "2022-08-27T05:11:40Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:40,897 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.408s 2022-08-27 05:11:40,897 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c3dcd9ba-6c5f-42ef-97e2-5e6fe335918d', 'date': 'Sat, 27 Aug 2022 05:11:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f9b96b7-9d42-494a-aa43-381e22f73769", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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-27T05:11:40Z", "updated_at": "2022-08-27T05:11:40Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:41,292 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.394s 2022-08-27 05:11:41,292 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d639f210-44b2-46db-9739-14396d6313fc', 'date': 'Sat, 27 Aug 2022 05:11:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "610f1893-0c27-4629-8823-6f5b300d5974", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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-27T05:11:41Z", "updated_at": "2022-08-27T05:11:41Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:41,727 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.434s 2022-08-27 05:11:41,727 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8e665a1d-7b3a-4c59-89d1-4912a015ff27', 'date': 'Sat, 27 Aug 2022 05:11:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fce92669-2a48-44d2-b4f3-d50e3ba8aa0e", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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-27T05:11:41Z", "updated_at": "2022-08-27T05:11:41Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:42,089 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.361s 2022-08-27 05:11:42,090 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "project_id": "d9a223bc01234f719e782e240c9713cb", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-49999a8b-11aa-40cb-9eec-7ebd51f4ddce', 'date': 'Sat, 27 Aug 2022 05:11:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b6668f2-0214-4a22-b6fd-8b8a896fa694", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "security_group_id": "e900d0ad-b717-4f8d-bf1a-5d3cecd4580c", "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-27T05:11:41Z", "updated_at": "2022-08-27T05:11:41Z", "revision_number": 0, "project_id": "d9a223bc01234f719e782e240c9713cb"}}' 2022-08-27 05:11:42,129 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.032s 2022-08-27 05:11:42,129 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11:42 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-7cddf348-e7e3-43ba-a986-37a50224a436', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "639666a0324e4f009323f1d4f4d474d6", "name": "tempest-TestNetworkBasicOps-2098917281-project", "password_expires_at": null}, "audit_ids": ["l4J1ouZaRc2SJkPqwJcWAQ"], "expires_at": "2022-08-27T06:11:42.000000Z", "issued_at": "2022-08-27T05:11:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9a223bc01234f719e782e240c9713cb", "name": "tempest-TestNetworkBasicOps-2098917281"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/d9a223bc01234f719e782e240c9713cb", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:11:42,129 130314 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_mtu_sized_frames) Found network None available for tenant 2022-08-27 05:11:42,462 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 500 POST http://10.222.0.76/compute/v2.1/servers 0.332s 2022-08-27 05:11:42,463 130314 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-248448652", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "9d7bad4e-980a-4e7c-a077-ef5336aa3a7a"}], "key_name": "tempest-TestNetworkBasicOps-1365457387", "security_groups": [{"name": "tempest-secgroup-smoke-1034831574"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05: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-e587b97d-930a-4dc3-be8f-b571e6f24d16', 'x-compute-request-id': 'req-e587b97d-930a-4dc3-be8f-b571e6f24d16', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:11:42,679 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/e900d0ad-b717-4f8d-bf1a-5d3cecd4580c 0.215s 2022-08-27 05:11:42,679 130314 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-c65ef0aa-ae5b-4c96-b08a-1ea155085263', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:11:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/e900d0ad-b717-4f8d-bf1a-5d3cecd4580c'} Body: b'' 2022-08-27 05:11:42,764 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1365457387 0.084s 2022-08-27 05:11:42,764 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11: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-94b0a1c9-1eca-432e-82f5-f83292b56eac', 'x-compute-request-id': 'req-94b0a1c9-1eca-432e-82f5-f83292b56eac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1365457387'} Body: b'' 2022-08-27 05:11:44,294 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/3997f9cb-9b17-4e9d-8868-fc708eaeda04/remove_router_interface 1.529s 2022-08-27 05:11:44,294 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b1b0d021-38fe-4cca-9196-f1afed296f39"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5176abfe-439f-44bd-a54c-21395c4585bd', 'date': 'Sat, 27 Aug 2022 05:11:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/3997f9cb-9b17-4e9d-8868-fc708eaeda04/remove_router_interface'} Body: b'{"id": "3997f9cb-9b17-4e9d-8868-fc708eaeda04", "tenant_id": "d9a223bc01234f719e782e240c9713cb", "port_id": "5c92583b-ec50-477a-9db9-23e6593081e0", "network_id": "9d7bad4e-980a-4e7c-a077-ef5336aa3a7a", "subnet_id": "b1b0d021-38fe-4cca-9196-f1afed296f39", "subnet_ids": ["b1b0d021-38fe-4cca-9196-f1afed296f39"]}' 2022-08-27 05:11:44,672 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/b1b0d021-38fe-4cca-9196-f1afed296f39 0.377s 2022-08-27 05:11:44,672 130314 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-73bac37f-a95b-4b4e-b67c-8bdff7a67599', 'date': 'Sat, 27 Aug 2022 05:11:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/b1b0d021-38fe-4cca-9196-f1afed296f39'} Body: b'' 2022-08-27 05:11:45,684 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/3997f9cb-9b17-4e9d-8868-fc708eaeda04 1.011s 2022-08-27 05:11:45,684 130314 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-b6635f6e-db0e-4f60-893a-d39d7a94e641', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:11:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/3997f9cb-9b17-4e9d-8868-fc708eaeda04'} Body: b'' 2022-08-27 05:11:46,302 130314 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/9d7bad4e-980a-4e7c-a077-ef5336aa3a7a 0.617s 2022-08-27 05:11:46,303 130314 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-515df1a2-56b8-43be-a982-f772c69fc936', 'date': 'Sat, 27 Aug 2022 05:11:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/9d7bad4e-980a-4e7c-a077-ef5336aa3a7a'} 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-27 05:11:50,921 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.304s 2022-08-27 05:11:50,921 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-731417253", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfXMQ9TusVrkc3QWJQ6DdMRd0/7/+Kdr6es+LY/N2nrdR75OISKPSHoc3A2anMMnpNC4yghQdco4DQs2aAZZnl6dhIS1gHeVhCSV5S9E9RmsxF438CaEpkdZwGoLf7Yyg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11:50 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-ea9cc765-1dfe-4fc3-911f-66598313b827', 'x-compute-request-id': 'req-ea9cc765-1dfe-4fc3-911f-66598313b827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-731417253", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfXMQ9TusVrkc3QWJQ6DdMRd0/7/+Kdr6es+LY/N2nrdR75OISKPSHoc3A2anMMnpNC4yghQdco4DQs2aAZZnl6dhIS1gHeVhCSV5S9E9RmsxF438CaEpkdZwGoLf7Yyg==", "fingerprint": "96:18:5f:d3:21:4e:49:41:32:12:6a:b1:3d:84:e9:75", "user_id": "64630fa5a2cd4540a17605f39744dc8d"}}' 2022-08-27 05:11:51,535 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/networks 0.611s 2022-08-27 05:11:51,535 130314 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--1445109300", "project_id": "1825132ec3784abd99c6d5ccd714ae94", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-56c31fee-8ec5-46a2-ba2a-914c1973e4e2', 'date': 'Sat, 27 Aug 2022 05:11:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8","name":"tempest-network-smoke--1445109300","tenant_id":"1825132ec3784abd99c6d5ccd714ae94","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1825132ec3784abd99c6d5ccd714ae94","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-27T05:11:51Z","updated_at":"2022-08-27T05:11:51Z","revision_number":1}}' 2022-08-27 05:11:53,501 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/routers 1.965s 2022-08-27 05:11:53,501 130314 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-1948575321", "admin_state_up": true, "project_id": "1825132ec3784abd99c6d5ccd714ae94", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-29f89493-ef46-420b-9447-61f409e65e76', 'date': 'Sat, 27 Aug 2022 05:11:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "d0145ae3-0ebb-46a2-b089-204df66427e0", "name": "tempest-TestSecurityGroupsBasicOps-router-1948575321", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "2db7b18a-8c4b-4ba8-8012-3e7d96728abb", "external_fixed_ips": [{"subnet_id": "a8b85f5e-fe35-4e4f-8db1-bc636cc70f14", "ip_address": "172.25.2.208"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-27T05:11:51Z", "updated_at": "2022-08-27T05:11:52Z", "revision_number": 3, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}}' 2022-08-27 05:11:53,646 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?project_id=1825132ec3784abd99c6d5ccd714ae94&cidr=172.20.0.0%2F28 0.144s 2022-08-27 05:11:53,646 130314 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-614b1e12-8f76-4aff-8c9b-cc9a131f3ca7', 'date': 'Sat, 27 Aug 2022 05:11:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?project_id=1825132ec3784abd99c6d5ccd714ae94&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:11:53,746 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True 0.099s 2022-08-27 05:11:53,747 130314 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-47143554-5609-4cd2-8eae-b6df884ddf89', 'date': 'Sat, 27 Aug 2022 05:11:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"2db7b18a-8c4b-4ba8-8012-3e7d96728abb","name":"public","tenant_id":"4935ddf6dc2a4bbea15d24b9f9bae471","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8b85f5e-fe35-4e4f-8db1-bc636cc70f14"],"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-27T04:28:26Z","updated_at":"2022-08-27T04:28:35Z","revision_number":2,"project_id":"4935ddf6dc2a4bbea15d24b9f9bae471","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-27 05:11:53,782 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28 0.034s 2022-08-27 05:11:53,782 130314 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-2ffb94fd-f3ac-46b9-ad22-a74720541914', 'date': 'Sat, 27 Aug 2022 05:11:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets?network_id=2db7b18a-8c4b-4ba8-8012-3e7d96728abb&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-27 05:11:54,575 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/subnets 0.792s 2022-08-27 05:11:54,575 130314 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-1659767368", "network_id": "ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8", "project_id": "1825132ec3784abd99c6d5ccd714ae94", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-4510f36d-d578-48c9-a544-316a6826d39f', 'date': 'Sat, 27 Aug 2022 05:11:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8883f0cc-7627-4e19-8d2a-52f0e3ed30e6","name":"tempest-subnet-smoke-1659767368","tenant_id":"1825132ec3784abd99c6d5ccd714ae94","network_id":"ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8","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-27T05:11:54Z","updated_at":"2022-08-27T05:11:54Z","revision_number":0,"project_id":"1825132ec3784abd99c6d5ccd714ae94"}}' 2022-08-27 05:11:57,170 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/d0145ae3-0ebb-46a2-b089-204df66427e0/add_router_interface 2.578s 2022-08-27 05:11:57,171 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "8883f0cc-7627-4e19-8d2a-52f0e3ed30e6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7479a858-0dcc-4f52-b5a2-214d93eae152', 'date': 'Sat, 27 Aug 2022 05:11:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/d0145ae3-0ebb-46a2-b089-204df66427e0/add_router_interface'} Body: b'{"id": "d0145ae3-0ebb-46a2-b089-204df66427e0", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "port_id": "d35e7e9a-4038-4037-8f75-c7ba8ff4c420", "network_id": "ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8", "subnet_id": "8883f0cc-7627-4e19-8d2a-52f0e3ed30e6", "subnet_ids": ["8883f0cc-7627-4e19-8d2a-52f0e3ed30e6"]}' 2022-08-27 05:11:57,599 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.427s 2022-08-27 05:11:57,599 130314 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--37301893", "description": "tempest-secgroup_access--37301893 description", "project_id": "1825132ec3784abd99c6d5ccd714ae94"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-4dbc99c6-869c-4506-a04e-b79de26434fb', 'date': 'Sat, 27 Aug 2022 05:11:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "24e0c8a8-2e0e-4805-88ab-105895539f09", "name": "tempest-secgroup_access--37301893", "stateful": true, "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "description": "tempest-secgroup_access--37301893 description", "shared": false, "security_group_rules": [{"id": "8766b44e-b748-4240-bead-770bb00afd5a", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "security_group_id": "24e0c8a8-2e0e-4805-88ab-105895539f09", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4078, "description": null, "tags": [], "created_at": "2022-08-27T05:11:57Z", "updated_at": "2022-08-27T05:11:57Z", "revision_number": 0, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}, {"id": "b41d7fd5-3ddb-410a-a2c6-9a90878d353b", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "security_group_id": "24e0c8a8-2e0e-4805-88ab-105895539f09", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4077, "description": null, "tags": [], "created_at": "2022-08-27T05:11:57Z", "updated_at": "2022-08-27T05:11:57Z", "revision_number": 0, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}], "tags": [], "created_at": "2022-08-27T05:11:57Z", "updated_at": "2022-08-27T05:11:57Z", "revision_number": 1, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}}' 2022-08-27 05:11:58,010 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.410s 2022-08-27 05:11:58,010 130314 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--240330892", "description": "tempest-secgroup_general--240330892 description", "project_id": "1825132ec3784abd99c6d5ccd714ae94"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-0550c520-c14d-4879-858e-7ba13ecb5a4d', 'date': 'Sat, 27 Aug 2022 05:11:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6d1a6c56-00f8-4866-948c-dc5057ed3cfd", "name": "tempest-secgroup_general--240330892", "stateful": true, "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "description": "tempest-secgroup_general--240330892 description", "shared": false, "security_group_rules": [{"id": "2c212f7d-c8de-49b5-b74c-4b9f5fcc3cec", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "security_group_id": "6d1a6c56-00f8-4866-948c-dc5057ed3cfd", "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": 4080, "description": null, "tags": [], "created_at": "2022-08-27T05:11:57Z", "updated_at": "2022-08-27T05:11:57Z", "revision_number": 0, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}, {"id": "5d50a617-e52f-405d-b8c3-df2364797505", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "security_group_id": "6d1a6c56-00f8-4866-948c-dc5057ed3cfd", "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": 4081, "description": null, "tags": [], "created_at": "2022-08-27T05:11:57Z", "updated_at": "2022-08-27T05:11:57Z", "revision_number": 0, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}], "tags": [], "created_at": "2022-08-27T05:11:57Z", "updated_at": "2022-08-27T05:11:57Z", "revision_number": 1, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}}' 2022-08-27 05:11:58,404 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.393s 2022-08-27 05:11:58,405 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "24e0c8a8-2e0e-4805-88ab-105895539f09", "project_id": "1825132ec3784abd99c6d5ccd714ae94", "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-b47cefe2-0769-4d85-9b43-173cba373e73', 'date': 'Sat, 27 Aug 2022 05:11:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ecbf7888-b49d-4975-b8f5-7a8177dcd79e", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "security_group_id": "24e0c8a8-2e0e-4805-88ab-105895539f09", "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-27T05:11:58Z", "updated_at": "2022-08-27T05:11:58Z", "revision_number": 0, "project_id": "1825132ec3784abd99c6d5ccd714ae94"}}' 2022-08-27 05:11:58,450 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.037s 2022-08-27 05:11:58,450 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3266', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-243ff9fb-9640-401b-a86a-c03954d33a65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64630fa5a2cd4540a17605f39744dc8d", "name": "tempest-TestSecurityGroupsBasicOps-1451856811-project", "password_expires_at": null}, "audit_ids": ["8cmHml7zSb6BI7jF1yqXiA"], "expires_at": "2022-08-27T06:11:58.000000Z", "issued_at": "2022-08-27T05:11:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1825132ec3784abd99c6d5ccd714ae94", "name": "tempest-TestSecurityGroupsBasicOps-1451856811"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/1825132ec3784abd99c6d5ccd714ae94", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_1825132ec3784abd99c6d5ccd714ae94", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/1825132ec3784abd99c6d5ccd714ae94", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/1825132ec3784abd99c6d5ccd714ae94", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:11:58,451 130314 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant 2022-08-27 05:11:58,990 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 500 POST http://10.222.0.76/compute/v2.1/servers 0.538s 2022-08-27 05:11:58,990 130314 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-1451856811-access_point-1062561373", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8"}], "key_name": "tempest-TestSecurityGroupsBasicOps-731417253", "security_groups": [{"name": "tempest-secgroup_access--37301893"}, {"name": "tempest-secgroup_general--240330892"}]}, "os:scheduler_hints": {"different_host": []}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:11: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-6845976f-c3f6-4da0-8bf3-c78310de45a2', 'x-compute-request-id': 'req-6845976f-c3f6-4da0-8bf3-c78310de45a2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:11:59,202 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/6d1a6c56-00f8-4866-948c-dc5057ed3cfd 0.200s 2022-08-27 05:11:59,202 130314 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-74a6f5bb-bdf5-47f3-a842-6dc3186ddfc3', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:11:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/6d1a6c56-00f8-4866-948c-dc5057ed3cfd'} Body: b'' 2022-08-27 05:11:59,460 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/24e0c8a8-2e0e-4805-88ab-105895539f09 0.257s 2022-08-27 05:11:59,460 130314 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-c6f665af-3bdc-4ca8-853b-4de9226037a9', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:11:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/24e0c8a8-2e0e-4805-88ab-105895539f09'} Body: b'' 2022-08-27 05:12:00,997 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT http://10.222.0.76:9696/networking/v2.0/routers/d0145ae3-0ebb-46a2-b089-204df66427e0/remove_router_interface 1.536s 2022-08-27 05:12:00,997 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "8883f0cc-7627-4e19-8d2a-52f0e3ed30e6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a1894ebe-dca8-4eff-a5e6-f479ec153ed8', 'date': 'Sat, 27 Aug 2022 05:12:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/d0145ae3-0ebb-46a2-b089-204df66427e0/remove_router_interface'} Body: b'{"id": "d0145ae3-0ebb-46a2-b089-204df66427e0", "tenant_id": "1825132ec3784abd99c6d5ccd714ae94", "port_id": "d35e7e9a-4038-4037-8f75-c7ba8ff4c420", "network_id": "ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8", "subnet_id": "8883f0cc-7627-4e19-8d2a-52f0e3ed30e6", "subnet_ids": ["8883f0cc-7627-4e19-8d2a-52f0e3ed30e6"]}' 2022-08-27 05:12:01,369 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/subnets/8883f0cc-7627-4e19-8d2a-52f0e3ed30e6 0.371s 2022-08-27 05:12:01,369 130314 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-b68baab4-7b3a-4b97-bc65-5f1663b435c6', 'date': 'Sat, 27 Aug 2022 05:12:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/subnets/8883f0cc-7627-4e19-8d2a-52f0e3ed30e6'} Body: b'' 2022-08-27 05:12:02,646 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/routers/d0145ae3-0ebb-46a2-b089-204df66427e0 1.276s 2022-08-27 05:12:02,647 130314 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-27f22849-d860-4d60-ae66-891a1cdb5904', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:12:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/routers/d0145ae3-0ebb-46a2-b089-204df66427e0'} Body: b'' 2022-08-27 05:12:03,054 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/networks/ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8 0.406s 2022-08-27 05:12:03,054 130314 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-fcfc1aa4-a74a-4da7-a727-f7e85b658cdf', 'date': 'Sat, 27 Aug 2022 05:12:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/networks/ad1db426-87e3-4fc1-a9ac-8a8dbe4fa6e8'} Body: b'' 2022-08-27 05:12:03,142 130314 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-731417253 0.087s 2022-08-27 05:12:03,142 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5d1fb3c-6abe-4449-a137-8e3d8471192b', 'x-compute-request-id': 'req-d5d1fb3c-6abe-4449-a137-8e3d8471192b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-731417253'} 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-27 05:12:11,103 130314 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.085s 2022-08-27 05:12:11,109 130314 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:11 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-5c3c4a3e-7914-4840-8dac-b3303a977429', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7cdc73bdfdd34846bc9f2625ef97728a", "name": "tempest-TestServerAdvancedOps-1192098158-project", "password_expires_at": null}, "audit_ids": ["WinrKQ1ZSWqEiGLrVb2KCg"], "expires_at": "2022-08-27T06:12:11.000000Z", "issued_at": "2022-08-27T05:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e82ecb60102415888768543069927ed", "name": "tempest-TestServerAdvancedOps-1192098158"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e82ecb60102415888768543069927ed", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5e82ecb60102415888768543069927ed", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e82ecb60102415888768543069927ed", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5e82ecb60102415888768543069927ed", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:12:11,110 130314 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': 'bd55bb1d-4c65-40e8-a732-b5a078ed6d5a', 'name': 'tempest-TestServerAdvancedOps-1220832603-network', 'tenant_id': '5e82ecb60102415888768543069927ed', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e82ecb60102415888768543069927ed', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 238, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:12:07Z', 'updated_at': '2022-08-27T05:12:07Z', 'revision_number': 1} available for tenant 2022-08-27 05:12:11,488 130314 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 500 POST http://10.222.0.76/compute/v2.1/servers 0.377s 2022-08-27 05:12:11,488 130314 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-2001389056", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "networks": [{"uuid": "bd55bb1d-4c65-40e8-a732-b5a078ed6d5a"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-11597566-1358-417c-9381-f7b15ae9dda4', 'x-compute-request-id': 'req-11597566-1358-417c-9381-f7b15ae9dda4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:01:02,829 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.936s 2022-08-27 05:01:02,829 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestServerBasicOps-1251841554", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB6Fi4p0QeGHVIM02fD0fL2cBt7nr5TZkXo0rWYzVEC6Haqw52brsZ1DGng8/7oGRF/KT/vDFY0f0phgWu8xxSIdkz4wSsMuJThbec9MKPspRHIbUbZGu4OCwYafZboGpw=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:01 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-2f6934a3-8497-4c7c-9bdd-51f177b5060f', 'x-compute-request-id': 'req-2f6934a3-8497-4c7c-9bdd-51f177b5060f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-1251841554", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB6Fi4p0QeGHVIM02fD0fL2cBt7nr5TZkXo0rWYzVEC6Haqw52brsZ1DGng8/7oGRF/KT/vDFY0f0phgWu8xxSIdkz4wSsMuJThbec9MKPspRHIbUbZGu4OCwYafZboGpw==", "fingerprint": "a7:bc:03:50:da:24:fb:c2:59:da:89:44:c5:9e:50:06", "user_id": "c9ecfdc3b09e4ea1b7b27867dd69c1ac"}}' 2022-08-27 05:01:03,681 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.848s 2022-08-27 05:01:03,686 130306 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-1332690504", "description": "tempest-secgroup-smoke-1332690504 description", "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-f643dbf0-95e2-4d8c-b465-cdde44760730', 'date': 'Sat, 27 Aug 2022 05:01:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "name": "tempest-secgroup-smoke-1332690504", "stateful": true, "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "description": "tempest-secgroup-smoke-1332690504 description", "shared": false, "security_group_rules": [{"id": "5ba84d16-7526-42ab-b516-5d92082270d4", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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": 3569, "description": null, "tags": [], "created_at": "2022-08-27T05:01:03Z", "updated_at": "2022-08-27T05:01:03Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}, {"id": "992b03ca-f708-4703-8ccc-d2a6a9077e2a", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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": 3568, "description": null, "tags": [], "created_at": "2022-08-27T05:01:03Z", "updated_at": "2022-08-27T05:01:03Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}], "tags": [], "created_at": "2022-08-27T05:01:03Z", "updated_at": "2022-08-27T05:01:03Z", "revision_number": 1, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}}' 2022-08-27 05:01:04,593 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.907s 2022-08-27 05:01:04,594 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "project_id": "41104bce1ef94aa4bbd703937a54d7e0", "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-78c8400a-a790-4b1d-8360-93f9a3c3b9ab', 'date': 'Sat, 27 Aug 2022 05:01:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "69092274-b2f9-4b10-8f83-59f8bee2ded2", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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-27T05:01:04Z", "updated_at": "2022-08-27T05:01:04Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}}' 2022-08-27 05:01:06,266 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.672s 2022-08-27 05:01:06,267 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "project_id": "41104bce1ef94aa4bbd703937a54d7e0", "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-ff2a0327-b9da-47b5-9a9c-0a75419be398', 'date': 'Sat, 27 Aug 2022 05:01:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3cc2af58-beca-43c4-acf9-d2dd8933b3a5", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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-27T05:01:05Z", "updated_at": "2022-08-27T05:01:05Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}}' 2022-08-27 05:01:08,048 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 1.781s 2022-08-27 05:01:08,049 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "project_id": "41104bce1ef94aa4bbd703937a54d7e0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-847df9cd-c9e6-46d6-8d43-60582a9bc656', 'date': 'Sat, 27 Aug 2022 05:01:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "54f0cafa-d976-4d3a-935f-bade4ebf473c", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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-27T05:01:07Z", "updated_at": "2022-08-27T05:01:07Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}}' 2022-08-27 05:01:08,925 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.876s 2022-08-27 05:01:08,926 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "project_id": "41104bce1ef94aa4bbd703937a54d7e0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9feebed1-3b26-4c75-a42b-a9e0195a6219', 'date': 'Sat, 27 Aug 2022 05:01:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f558c96-9aa4-482a-8d1a-85cc97003feb", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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-27T05:01:08Z", "updated_at": "2022-08-27T05:01:08Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}}' 2022-08-27 05:01:09,509 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.583s 2022-08-27 05:01:09,510 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "project_id": "41104bce1ef94aa4bbd703937a54d7e0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bc74f386-980f-47b4-ba51-8fd8df737d29', 'date': 'Sat, 27 Aug 2022 05:01:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "58d764d7-948d-4f78-8e6a-0074ec61f3c5", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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-27T05:01:09Z", "updated_at": "2022-08-27T05:01:09Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}}' 2022-08-27 05:01:10,117 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.607s 2022-08-27 05:01:10,118 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "project_id": "41104bce1ef94aa4bbd703937a54d7e0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-46436995-1951-4146-930b-c0abba549efd', 'date': 'Sat, 27 Aug 2022 05:01:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34fb4e51-6484-46bc-8a46-f450a9b7c808", "tenant_id": "41104bce1ef94aa4bbd703937a54d7e0", "security_group_id": "543565ab-15fa-4394-9ffc-d9f6d6ccb679", "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-27T05:01:09Z", "updated_at": "2022-08-27T05:01:09Z", "revision_number": 0, "project_id": "41104bce1ef94aa4bbd703937a54d7e0"}}' 2022-08-27 05:01:10,565 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.441s 2022-08-27 05:01:10,566 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:10 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-a8844f78-ab05-4a69-ae29-58e550e11f61', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c9ecfdc3b09e4ea1b7b27867dd69c1ac", "name": "tempest-TestServerBasicOps-1109464909-project", "password_expires_at": null}, "audit_ids": ["mFxRSQDQQ6GjSKLL0PwwKA"], "expires_at": "2022-08-27T06:01:10.000000Z", "issued_at": "2022-08-27T05:01:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41104bce1ef94aa4bbd703937a54d7e0", "name": "tempest-TestServerBasicOps-1109464909"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/41104bce1ef94aa4bbd703937a54d7e0", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_41104bce1ef94aa4bbd703937a54d7e0", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/41104bce1ef94aa4bbd703937a54d7e0", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/41104bce1ef94aa4bbd703937a54d7e0", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:01:10,566 130306 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '60788e4b-d10e-49d9-9088-8b0f2f379cf6', 'name': 'tempest-TestServerBasicOps-1746342857-network', 'tenant_id': '41104bce1ef94aa4bbd703937a54d7e0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '41104bce1ef94aa4bbd703937a54d7e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 215, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:00:14Z', 'updated_at': '2022-08-27T05:00:15Z', 'revision_number': 1} available for tenant 2022-08-27 05:01:12,651 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 500 POST http://10.222.0.76/compute/v2.1/servers 2.083s 2022-08-27 05:01:12,651 130306 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-2041610148", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "key_name": "tempest-TestServerBasicOps-1251841554", "security_groups": [{"name": "tempest-secgroup-smoke-1332690504"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "networks": [{"uuid": "60788e4b-d10e-49d9-9088-8b0f2f379cf6"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01: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-4e7b77e1-5188-439b-8127-d80b9336f88a', 'x-compute-request-id': 'req-4e7b77e1-5188-439b-8127-d80b9336f88a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:01:13,032 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/543565ab-15fa-4394-9ffc-d9f6d6ccb679 0.376s 2022-08-27 05:01:13,032 130306 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-b525862b-1d41-4a9b-85c7-eecce1d052a6', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:01:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/543565ab-15fa-4394-9ffc-d9f6d6ccb679'} Body: b'' 2022-08-27 05:01:13,167 130306 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-1251841554 0.134s 2022-08-27 05:01:13,167 130306 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01: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-abc6ff56-5d44-4560-96b2-d19f277aa819', 'x-compute-request-id': 'req-abc6ff56-5d44-4560-96b2-d19f277aa819', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-1251841554'} 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-27 05:01:25,421 130308 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.76/compute/v2.1/os-availability-zone/detail 0.531s 2022-08-27 05:01:25,421 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '612', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5150fb2d-dadd-40c8-b65d-c3dbea0dc1e6', 'x-compute-request-id': 'req-5150fb2d-dadd-40c8-b65d-c3dbea0dc1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"n-d-852088-5": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2022-08-27T05:01:16.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2022-08-27T05:01:24.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"n-h2-852088-5": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-08-27T05:01:17.000000"}}, "n-h1-852088-5": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-08-27T05:01:20.000000"}}}}]}' 2022-08-27 05:01:26,115 130308 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.476s 2022-08-27 05:01:26,116 130308 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01:25 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-b6d18702-b94b-4d19-b564-5802d50589b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "346801cb8db44f118fcacaa356cc8ae2", "name": "tempest-TestServerMultinode-1652666535-project", "password_expires_at": null}, "audit_ids": ["p0-jljkxQjKas3Ra_i4NaQ"], "expires_at": "2022-08-27T06:01:25.000000Z", "issued_at": "2022-08-27T05:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c281dabc063b440aba1742cba2f97f45", "name": "tempest-TestServerMultinode-1652666535"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c281dabc063b440aba1742cba2f97f45", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_c281dabc063b440aba1742cba2f97f45", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/c281dabc063b440aba1742cba2f97f45", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/c281dabc063b440aba1742cba2f97f45", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:01:26,116 130308 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': '091bc189-59bb-4ee2-b6e3-9e6caa192dd4', 'name': 'tempest-TestServerMultinode-1618140899-network', 'tenant_id': 'c281dabc063b440aba1742cba2f97f45', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c281dabc063b440aba1742cba2f97f45', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 201, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:00:37Z', 'updated_at': '2022-08-27T05:00:37Z', 'revision_number': 1} available for tenant 2022-08-27 05:01:26,851 130308 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 500 POST http://10.222.0.76/compute/v2.1/servers 0.734s 2022-08-27 05:01:26,852 130308 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-1854130964", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "availability_zone": "nova:n-h2-852088-5", "networks": [{"uuid": "091bc189-59bb-4ee2-b6e3-9e6caa192dd4"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:01: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-57befc0a-f585-4996-bff1-37a6a438767f', 'x-compute-request-id': 'req-57befc0a-f585-4996-bff1-37a6a438767f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:16:54,747 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.328s 2022-08-27 05:16:54,747 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-590272944", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWrt6b5nGABbFWZfLnofNpCG28NiRdM30YZuxpWBhJpDc9GHCmLbgzcJCH9Y+H71ycCLee18QS4/xIF2QSCanSg5X5bo2RveAJrV7og8kB2RMm2Go+qRsn9ONqh2iMO5A=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:54 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-ae05c32c-75b1-4ee3-ac24-a329d0b38c69', 'x-compute-request-id': 'req-ae05c32c-75b1-4ee3-ac24-a329d0b38c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-590272944", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWrt6b5nGABbFWZfLnofNpCG28NiRdM30YZuxpWBhJpDc9GHCmLbgzcJCH9Y+H71ycCLee18QS4/xIF2QSCanSg5X5bo2RveAJrV7og8kB2RMm2Go+qRsn9ONqh2iMO5A==", "fingerprint": "ad:c9:56:7c:86:b9:0e:ea:ff:17:71:73:da:93:5b:25", "user_id": "c4b9f526fad0407b86962015e7f0bce5"}}' 2022-08-27 05:16:55,168 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.417s 2022-08-27 05:16:55,169 177608 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-226161784", "description": "tempest-secgroup-smoke-226161784 description", "project_id": "8ef321de59f24630819133ed3e549695"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-92604ec7-0884-48bb-826e-7c86eef21fe8', 'date': 'Sat, 27 Aug 2022 05:16:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4319c06a-2752-43dd-b3e9-354095516ad2", "name": "tempest-secgroup-smoke-226161784", "stateful": true, "tenant_id": "8ef321de59f24630819133ed3e549695", "description": "tempest-secgroup-smoke-226161784 description", "shared": false, "security_group_rules": [{"id": "1cc6a7b0-16f1-4e9e-ba0a-a4fee644bfab", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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": 4377, "description": null, "tags": [], "created_at": "2022-08-27T05:16:54Z", "updated_at": "2022-08-27T05:16:54Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}, {"id": "deeb65f9-c272-41af-98d5-f6f560bc7f10", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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": 4378, "description": null, "tags": [], "created_at": "2022-08-27T05:16:54Z", "updated_at": "2022-08-27T05:16:54Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}], "tags": [], "created_at": "2022-08-27T05:16:54Z", "updated_at": "2022-08-27T05:16:54Z", "revision_number": 1, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:16:55,667 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.497s 2022-08-27 05:16:55,667 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "project_id": "8ef321de59f24630819133ed3e549695", "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-95264a7e-3a60-44bc-a4d8-63337d8ddcfc', 'date': 'Sat, 27 Aug 2022 05:16:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "07b2a26d-e8ac-4bea-8948-bb7d582cadde", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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-27T05:16:55Z", "updated_at": "2022-08-27T05:16:55Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:16:56,159 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.490s 2022-08-27 05:16:56,159 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "project_id": "8ef321de59f24630819133ed3e549695", "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-193d18cc-3aca-420a-ab8e-b8714a812f92', 'date': 'Sat, 27 Aug 2022 05:16:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70569e83-74a9-4123-9d4f-078eaa7f2184", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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-27T05:16:55Z", "updated_at": "2022-08-27T05:16:55Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:16:56,678 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.518s 2022-08-27 05:16:56,678 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-77ef71af-c45d-4c99-a188-5a31d8ff63e7', 'date': 'Sat, 27 Aug 2022 05:16:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d362cfda-fb72-4e32-b482-a7633aeb3a68", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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-27T05:16:56Z", "updated_at": "2022-08-27T05:16:56Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:16:57,187 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.508s 2022-08-27 05:16:57,187 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d93ab9ed-6c4c-488d-bea2-a56efb424db0', 'date': 'Sat, 27 Aug 2022 05:16:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f411d432-8f7b-4176-ac3a-92cd8f45f654", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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-27T05:16:56Z", "updated_at": "2022-08-27T05:16:56Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:16:57,826 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.638s 2022-08-27 05:16:57,826 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-759f90f7-55b6-44d5-a111-968780308c98', 'date': 'Sat, 27 Aug 2022 05:16:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d70c4dc-6bde-4f8b-a07c-22b9e0c1ebe4", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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-27T05:16:57Z", "updated_at": "2022-08-27T05:16:57Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:16:58,614 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.787s 2022-08-27 05:16:58,614 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-157a5216-5b72-4c88-9d6a-32fa57228828', 'date': 'Sat, 27 Aug 2022 05:16:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "080ae335-9406-4c20-87f3-b22cf1216e9e", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "4319c06a-2752-43dd-b3e9-354095516ad2", "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-27T05:16:58Z", "updated_at": "2022-08-27T05:16:58Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:16:58,655 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.033s 2022-08-27 05:16:58,665 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:58 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-76908177-d584-4739-83b7-e8b399ed2cb3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c4b9f526fad0407b86962015e7f0bce5", "name": "tempest-TestShelveInstance-260291510-project", "password_expires_at": null}, "audit_ids": ["ItZcqMZUQTG9re6Y6ezx3g"], "expires_at": "2022-08-27T06:16:58.000000Z", "issued_at": "2022-08-27T05:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ef321de59f24630819133ed3e549695", "name": "tempest-TestShelveInstance-260291510"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:16:58,666 177608 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_instance) Found network {'id': 'f5e2c146-2023-40a8-bc76-2a2effdd4095', 'name': 'tempest-TestShelveInstance-602441692-network', 'tenant_id': '8ef321de59f24630819133ed3e549695', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8ef321de59f24630819133ed3e549695', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 249, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:16:41Z', 'updated_at': '2022-08-27T05:16:41Z', 'revision_number': 1} available for tenant 2022-08-27 05:16:59,122 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 500 POST http://10.222.0.76/compute/v2.1/servers 0.454s 2022-08-27 05:16:59,122 177608 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-863161257", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-590272944", "security_groups": [{"name": "tempest-secgroup-smoke-226161784"}], "networks": [{"uuid": "f5e2c146-2023-40a8-bc76-2a2effdd4095"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-b1037dec-26fc-4aaa-9db7-bd04f708e12d', 'x-compute-request-id': 'req-b1037dec-26fc-4aaa-9db7-bd04f708e12d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:16:59,426 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/4319c06a-2752-43dd-b3e9-354095516ad2 0.301s 2022-08-27 05:16:59,427 177608 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-486deac2-cfb3-4d34-b36f-59aabcf98561', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:16:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/4319c06a-2752-43dd-b3e9-354095516ad2'} Body: b'' 2022-08-27 05:16:59,645 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestShelveInstance-590272944 0.217s 2022-08-27 05:16:59,645 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16: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-689223f7-7a7c-44d9-ab99-be651c1df251', 'x-compute-request-id': 'req-689223f7-7a7c-44d9-ab99-be651c1df251', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestShelveInstance-590272944'} 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-27 05:16:59,833 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.180s 2022-08-27 05:16:59,833 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1407029625", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYzyJZePYxsPTH+NFHZB/yyiVnrSKMi2elp55eY+1kfUd9dmb1l0bGf3ALdGnl7LXcbvAiYBqaY04gsebUx+ZOirjG2NtWUmY5IZrpKe+9OBxkU7XcHzq8pwMuZt6XuBQ=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:16:59 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-fdf15c97-d9cf-45ac-9a9b-b97741a455ed', 'x-compute-request-id': 'req-fdf15c97-d9cf-45ac-9a9b-b97741a455ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1407029625", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYzyJZePYxsPTH+NFHZB/yyiVnrSKMi2elp55eY+1kfUd9dmb1l0bGf3ALdGnl7LXcbvAiYBqaY04gsebUx+ZOirjG2NtWUmY5IZrpKe+9OBxkU7XcHzq8pwMuZt6XuBQ==", "fingerprint": "2e:5f:02:f3:81:18:55:b2:8f:6c:23:e7:98:e9:a1:b2", "user_id": "c4b9f526fad0407b86962015e7f0bce5"}}' 2022-08-27 05:17:00,249 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.413s 2022-08-27 05:17:00,250 177608 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-1337956586", "description": "tempest-secgroup-smoke-1337956586 description", "project_id": "8ef321de59f24630819133ed3e549695"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-c34479f9-f7fa-451f-a7b1-43135483dab0', 'date': 'Sat, 27 Aug 2022 05:17:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "08000413-11af-4f43-b7bc-3b053f95c540", "name": "tempest-secgroup-smoke-1337956586", "stateful": true, "tenant_id": "8ef321de59f24630819133ed3e549695", "description": "tempest-secgroup-smoke-1337956586 description", "shared": false, "security_group_rules": [{"id": "5220d712-3d57-43bb-9624-19367806c848", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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": 4386, "description": null, "tags": [], "created_at": "2022-08-27T05:16:59Z", "updated_at": "2022-08-27T05:16:59Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}, {"id": "8376d8b7-d6b2-463e-a956-68d0779108d3", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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": 4387, "description": null, "tags": [], "created_at": "2022-08-27T05:16:59Z", "updated_at": "2022-08-27T05:16:59Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}], "tags": [], "created_at": "2022-08-27T05:16:59Z", "updated_at": "2022-08-27T05:16:59Z", "revision_number": 1, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:00,690 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.439s 2022-08-27 05:17:00,690 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "project_id": "8ef321de59f24630819133ed3e549695", "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-0f20e05e-5e37-4bb6-a17a-38b095089212', 'date': 'Sat, 27 Aug 2022 05:17:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c39ddeba-1151-4ec7-972e-170485af9c9c", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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-27T05:17:00Z", "updated_at": "2022-08-27T05:17:00Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:01,129 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.438s 2022-08-27 05:17:01,130 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "project_id": "8ef321de59f24630819133ed3e549695", "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-5e84d889-2067-4f9a-b3d6-39c525f24b7c', 'date': 'Sat, 27 Aug 2022 05:17:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f27699d-90fe-49b4-a860-765ac0eb4f93", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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-27T05:17:00Z", "updated_at": "2022-08-27T05:17:00Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:01,552 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.422s 2022-08-27 05:17:01,553 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4f76787f-b9a4-451d-8b9c-b5b18b876d6b', 'date': 'Sat, 27 Aug 2022 05:17:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0de6f176-22c4-4f7e-8f86-7c31481737b5", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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-27T05:17:01Z", "updated_at": "2022-08-27T05:17:01Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:01,970 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.416s 2022-08-27 05:17:01,970 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-65c3aad2-db14-475c-a317-0d4e67eb25ab', 'date': 'Sat, 27 Aug 2022 05:17:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e40cde97-2261-46fd-8138-cc547ab962b4", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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-27T05:17:01Z", "updated_at": "2022-08-27T05:17:01Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:02,512 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.541s 2022-08-27 05:17:02,512 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-7c9c9006-7894-4643-a90e-e17b970e8ce6', 'date': 'Sat, 27 Aug 2022 05:17:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2a0d2d4-6ef6-462e-b9e9-62a0b1d6867c", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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-27T05:17:02Z", "updated_at": "2022-08-27T05:17:02Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:02,940 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.427s 2022-08-27 05:17:02,941 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "project_id": "8ef321de59f24630819133ed3e549695", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-080f1e99-d0b7-4696-b214-aeb0a82364df', 'date': 'Sat, 27 Aug 2022 05:17:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e42e5f9-d0a5-4d8c-9250-5a15d986289c", "tenant_id": "8ef321de59f24630819133ed3e549695", "security_group_id": "08000413-11af-4f43-b7bc-3b053f95c540", "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-27T05:17:02Z", "updated_at": "2022-08-27T05:17:02Z", "revision_number": 0, "project_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:02,980 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.034s 2022-08-27 05:17:02,981 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17: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-6e13ae18-77b2-4ca3-b0e7-0bbe49a60bcc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c4b9f526fad0407b86962015e7f0bce5", "name": "tempest-TestShelveInstance-260291510-project", "password_expires_at": null}, "audit_ids": ["Z5YhMCDASFW6t6f8K1Omug"], "expires_at": "2022-08-27T06:17:02.000000Z", "issued_at": "2022-08-27T05:17:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ef321de59f24630819133ed3e549695", "name": "tempest-TestShelveInstance-260291510"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/8ef321de59f24630819133ed3e549695", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:17:02,981 177608 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'f5e2c146-2023-40a8-bc76-2a2effdd4095', 'name': 'tempest-TestShelveInstance-602441692-network', 'tenant_id': '8ef321de59f24630819133ed3e549695', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8ef321de59f24630819133ed3e549695', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 249, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:16:41Z', 'updated_at': '2022-08-27T05:16:41Z', 'revision_number': 1} available for tenant 2022-08-27 05:17:03,714 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes 0.731s 2022-08-27 05:17:03,714 177608 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-1540928149", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ea12f7b-ed21-4f04-bb7f-f36a16c4e556', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea12f7b-ed21-4f04-bb7f-f36a16c4e556', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.427251", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 05:17:03,764 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.040s 2022-08-27 05:17:03,764 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b33bfb3-ab56-4ece-9c99-adb3de821e4b', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b33bfb3-ab56-4ece-9c99-adb3de821e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:04,822 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.044s 2022-08-27 05:17:04,822 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4436f857-2f3e-47ee-8f40-30e9ad37fade', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4436f857-2f3e-47ee-8f40-30e9ad37fade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:05,877 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.044s 2022-08-27 05:17:05,878 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67ef5ff1-8181-4887-ab75-15b49ff501eb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ef5ff1-8181-4887-ab75-15b49ff501eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:06,932 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.043s 2022-08-27 05:17:06,933 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf53461c-27d4-478b-85c0-9b3680758d2c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf53461c-27d4-478b-85c0-9b3680758d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:07,999 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.055s 2022-08-27 05:17:07,999 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db1c86e-e341-4996-9fc7-40a19120a9cd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db1c86e-e341-4996-9fc7-40a19120a9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:09,054 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.043s 2022-08-27 05:17:09,054 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed710778-9b78-4cec-81aa-2c5cc67120f9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed710778-9b78-4cec-81aa-2c5cc67120f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:10,113 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.046s 2022-08-27 05:17:10,113 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83787d6b-cf18-496e-8d5d-ac5e8b0a1b22', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83787d6b-cf18-496e-8d5d-ac5e8b0a1b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:11,165 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.041s 2022-08-27 05:17:11,166 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4096d43-b890-434d-89f0-2d32bb35b4a5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4096d43-b890-434d-89f0-2d32bb35b4a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:12,230 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.052s 2022-08-27 05:17:12,231 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ece07c1-7614-48a8-8fc5-3dad2c3a6ac0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ece07c1-7614-48a8-8fc5-3dad2c3a6ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:13,285 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.043s 2022-08-27 05:17:13,285 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0cb58ef-b633-4bee-b9c9-b1d364e80f92', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0cb58ef-b633-4bee-b9c9-b1d364e80f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:14,341 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.043s 2022-08-27 05:17:14,341 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f315cf69-fb5a-4464-8e95-4989eb87fee7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f315cf69-fb5a-4464-8e95-4989eb87fee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:15,397 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.042s 2022-08-27 05:17:15,397 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6431a5b3-4e97-495e-a0be-a1c1c63cabcb', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6431a5b3-4e97-495e-a0be-a1c1c63cabcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:04.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:16,450 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.042s 2022-08-27 05:17:16,451 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa7e36ea-0a1d-4154-bcdb-46954f51b923', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa7e36ea-0a1d-4154-bcdb-46954f51b923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:17,515 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.052s 2022-08-27 05:17:17,516 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b9c797-3229-4857-8a8f-0a742062f6c3', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b9c797-3229-4857-8a8f-0a742062f6c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:18,582 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.054s 2022-08-27 05:17:18,583 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4a7d3e-9f77-44a1-9354-7f8d1ac6bad6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4a7d3e-9f77-44a1-9354-7f8d1ac6bad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:19,636 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.041s 2022-08-27 05:17:19,636 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca20d3b4-7a5a-448d-ba76-cb6cd3e91488', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca20d3b4-7a5a-448d-ba76-cb6cd3e91488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:20,690 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.041s 2022-08-27 05:17:20,691 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa5bf1d-7dee-441a-8741-88146a05b98c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa5bf1d-7dee-441a-8741-88146a05b98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:21,743 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.040s 2022-08-27 05:17:21,743 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f36d1b-1b67-46f1-8ead-03e7b62ee15f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f36d1b-1b67-46f1-8ead-03e7b62ee15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:22,797 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.042s 2022-08-27 05:17:22,798 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf739a0-4df2-4c3c-9e66-14d312d989e3', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf739a0-4df2-4c3c-9e66-14d312d989e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:23,851 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.040s 2022-08-27 05:17:23,851 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f248a6-67bf-42d2-9de2-518b5bfe0cd1', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f248a6-67bf-42d2-9de2-518b5bfe0cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:16.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:24,906 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe 0.042s 2022-08-27 05:17:24,906 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adbab646-7bf7-40a0-babc-2000b83c1393', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adbab646-7bf7-40a0-babc-2000b83c1393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe'} Body: b'{"volume": {"id": "50512357-7322-4060-92cf-24f438c0ecbe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:17:03.000000", "updated_at": "2022-08-27T05:17:24.000000", "name": "tempest-tempest.common.compute-volume-1540928149", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/8ef321de59f24630819133ed3e549695/volumes/50512357-7322-4060-92cf-24f438c0ecbe"}], "user_id": "c4b9f526fad0407b86962015e7f0bce5", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "8ef321de59f24630819133ed3e549695"}}' 2022-08-27 05:17:24,921 177608 INFO [tempest.common.waiters] volume 50512357-7322-4060-92cf-24f438c0ecbe reached available after waiting for 21.920962 seconds 2022-08-27 05:17:25,257 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://10.222.0.76/compute/v2.1/servers 0.335s 2022-08-27 05:17:25,257 177608 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-1872874552", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1407029625", "security_groups": [{"name": "tempest-secgroup-smoke-1337956586"}], "networks": [{"uuid": "f5e2c146-2023-40a8-bc76-2a2effdd4095"}], "block_device_mapping_v2": [{"uuid": "50512357-7322-4060-92cf-24f438c0ecbe", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17: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-de3eef01-abfa-4ded-a5cb-ceeba99da739', 'x-compute-request-id': 'req-de3eef01-abfa-4ded-a5cb-ceeba99da739', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:17:25,484 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/08000413-11af-4f43-b7bc-3b053f95c540 0.226s 2022-08-27 05:17:25,485 177608 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-8f099bbc-5bef-43bb-944d-594c12ee22f1', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:17:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/08000413-11af-4f43-b7bc-3b053f95c540'} Body: b'' 2022-08-27 05:17:25,598 177608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1407029625 0.113s 2022-08-27 05:17:25,599 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17: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-fae5138c-9d06-4549-af8a-9e64174364b2', 'x-compute-request-id': 'req-fae5138c-9d06-4549-af8a-9e64174364b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1407029625'} 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-27 05:17:48,747 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.335s 2022-08-27 05:17:48,747 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSnapshotPattern-232870414", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPe3C0XH6Xb1rBWrm09xjMwhuYsqaRuo8fkq4IMeANf7RRxUzzGryX80s/VsBRBqZlHEsWqSY997561FkTq4mgGgyEMXoBOfGtGGrswB7raULqLLtkM17opENb+JhQQv7Q=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:48 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-b7fa63d8-aa54-4906-9b21-275e3b905b03', 'x-compute-request-id': 'req-b7fa63d8-aa54-4906-9b21-275e3b905b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSnapshotPattern-232870414", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPe3C0XH6Xb1rBWrm09xjMwhuYsqaRuo8fkq4IMeANf7RRxUzzGryX80s/VsBRBqZlHEsWqSY997561FkTq4mgGgyEMXoBOfGtGGrswB7raULqLLtkM17opENb+JhQQv7Q==", "fingerprint": "b2:60:78:f0:a1:95:b0:95:b3:80:27:41:cd:bb:ed:2c", "user_id": "ede8832111144b60aa1276781b3cad6b"}}' 2022-08-27 05:17:49,085 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.335s 2022-08-27 05:17:49,085 177608 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-2088069328", "description": "tempest-secgroup-smoke-2088069328 description", "project_id": "7d3d34c74d194b728786d353bdf7dd95"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-16b7292d-41c6-44b7-9979-25eef6877df0', 'date': 'Sat, 27 Aug 2022 05:17:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "name": "tempest-secgroup-smoke-2088069328", "stateful": true, "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "description": "tempest-secgroup-smoke-2088069328 description", "shared": false, "security_group_rules": [{"id": "701c6649-3a25-4828-a3f3-571c83d23927", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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": 4419, "description": null, "tags": [], "created_at": "2022-08-27T05:17:48Z", "updated_at": "2022-08-27T05:17:48Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}, {"id": "b5bdb63a-6799-4304-945a-5a973c8f35cd", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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": 4420, "description": null, "tags": [], "created_at": "2022-08-27T05:17:48Z", "updated_at": "2022-08-27T05:17:48Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}], "tags": [], "created_at": "2022-08-27T05:17:48Z", "updated_at": "2022-08-27T05:17:48Z", "revision_number": 1, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}}' 2022-08-27 05:17:49,444 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.357s 2022-08-27 05:17:49,444 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "project_id": "7d3d34c74d194b728786d353bdf7dd95", "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-2707a16a-4e9e-4e68-8043-fa4371b534c4', 'date': 'Sat, 27 Aug 2022 05:17:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f1047444-aee9-4d09-81d1-0dc1012ef06f", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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-27T05:17:49Z", "updated_at": "2022-08-27T05:17:49Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}}' 2022-08-27 05:17:49,798 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.353s 2022-08-27 05:17:49,798 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "project_id": "7d3d34c74d194b728786d353bdf7dd95", "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-3236042c-7f54-41a5-a292-64c19bafaca7', 'date': 'Sat, 27 Aug 2022 05:17:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "32c2409e-1d63-4acc-9398-9e771b6ba13d", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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-27T05:17:49Z", "updated_at": "2022-08-27T05:17:49Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}}' 2022-08-27 05:17:50,141 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.341s 2022-08-27 05:17:50,141 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "project_id": "7d3d34c74d194b728786d353bdf7dd95", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-75a15a5a-4941-4fd1-9d2f-68d688bcaaff', 'date': 'Sat, 27 Aug 2022 05:17:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dd799741-5a74-4f08-8e24-0a282ffb1214", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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-27T05:17:49Z", "updated_at": "2022-08-27T05:17:49Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}}' 2022-08-27 05:17:50,444 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.302s 2022-08-27 05:17:50,444 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "project_id": "7d3d34c74d194b728786d353bdf7dd95", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-964c07c7-64bb-4d88-b88c-77259acaa329', 'date': 'Sat, 27 Aug 2022 05:17:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5446c071-f9b2-4fe0-bea8-4f056e85abd5", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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-27T05:17:50Z", "updated_at": "2022-08-27T05:17:50Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}}' 2022-08-27 05:17:50,798 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.353s 2022-08-27 05:17:50,799 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "project_id": "7d3d34c74d194b728786d353bdf7dd95", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-96f416ed-f51f-41a3-a13e-5ccd7714b15e', 'date': 'Sat, 27 Aug 2022 05:17:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "81533f25-9907-491a-b1b1-975b8b7ef1c6", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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-27T05:17:50Z", "updated_at": "2022-08-27T05:17:50Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}}' 2022-08-27 05:17:51,113 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.312s 2022-08-27 05:17:51,113 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "project_id": "7d3d34c74d194b728786d353bdf7dd95", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-cedd3d08-c1d1-486d-b6c2-fa16fceb8745', 'date': 'Sat, 27 Aug 2022 05:17:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a231828d-e2a7-4dce-be14-8cc37c5cdb3e", "tenant_id": "7d3d34c74d194b728786d353bdf7dd95", "security_group_id": "1bf2e0c9-504e-40d7-9aae-c0e146a056d7", "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-27T05:17:50Z", "updated_at": "2022-08-27T05:17:50Z", "revision_number": 0, "project_id": "7d3d34c74d194b728786d353bdf7dd95"}}' 2022-08-27 05:17:51,152 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.032s 2022-08-27 05:17:51,152 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:51 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-0a92a725-2698-49f0-8d24-1e5f96493d8e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ede8832111144b60aa1276781b3cad6b", "name": "tempest-TestSnapshotPattern-216733209-project", "password_expires_at": null}, "audit_ids": ["-LJSDZ7_RASwoufItLyNvg"], "expires_at": "2022-08-27T06:17:51.000000Z", "issued_at": "2022-08-27T05:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d3d34c74d194b728786d353bdf7dd95", "name": "tempest-TestSnapshotPattern-216733209"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7d3d34c74d194b728786d353bdf7dd95", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_7d3d34c74d194b728786d353bdf7dd95", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/7d3d34c74d194b728786d353bdf7dd95", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/7d3d34c74d194b728786d353bdf7dd95", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:17:51,153 177608 INFO [tempest.lib.common.fixed_network] (TestSnapshotPattern:test_snapshot_pattern) Found network {'id': '4357565e-4497-4776-9324-3b02441ea1a1', 'name': 'tempest-TestSnapshotPattern-636484679-network', 'tenant_id': '7d3d34c74d194b728786d353bdf7dd95', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d3d34c74d194b728786d353bdf7dd95', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 207, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:17:36Z', 'updated_at': '2022-08-27T05:17:36Z', 'revision_number': 1} available for tenant 2022-08-27 05:17:51,487 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 500 POST http://10.222.0.76/compute/v2.1/servers 0.333s 2022-08-27 05:17:51,487 177608 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-1049823842", "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "flavorRef": "452", "key_name": "tempest-TestSnapshotPattern-232870414", "security_groups": [{"name": "tempest-secgroup-smoke-2088069328"}], "networks": [{"uuid": "4357565e-4497-4776-9324-3b02441ea1a1"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05: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-8a78c8b7-2d47-4770-93c9-5dad78c77a0a', 'x-compute-request-id': 'req-8a78c8b7-2d47-4770-93c9-5dad78c77a0a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:17:51,725 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/1bf2e0c9-504e-40d7-9aae-c0e146a056d7 0.235s 2022-08-27 05:17:51,725 177608 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-e0af5cdb-8d8c-46f1-8611-c07bd89a4aeb', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:17:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/1bf2e0c9-504e-40d7-9aae-c0e146a056d7'} Body: b'' 2022-08-27 05:17:51,828 177608 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-232870414 0.101s 2022-08-27 05:17:51,828 177608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50adadd3-282b-45b3-a5c3-ec895e20c667', 'x-compute-request-id': 'req-50adadd3-282b-45b3-a5c3-ec895e20c667', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-232870414'} 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-27 05:07:45,491 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0 0.265s 2022-08-27 05:07:45,491 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dc677f19-25dc-4515-a043-1d51cafd781a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0'} 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": "4935ddf6dc2a4bbea15d24b9f9bae471", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "created_at": "2022-08-27T04:29:30Z", "updated_at": "2022-08-27T04:29:47Z", "tags": [], "self": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "file": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0/file", "schema": "/v2/schemas/image"}' 2022-08-27 05:07:46,741 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes 1.248s 2022-08-27 05:07:46,741 130319 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-1101071672", "snapshot_id": null, "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5aeee90-d06b-46a3-a709-4cc27bfd53a2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5aeee90-d06b-46a3-a709-4cc27bfd53a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.246537", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 05:07:46,805 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.052s 2022-08-27 05:07:46,806 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e388ad0-2cfd-4e85-aa5e-53c6d80f5d48', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e388ad0-2cfd-4e85-aa5e-53c6d80f5d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:47,890 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.072s 2022-08-27 05:07:47,891 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0ef906-2d50-4921-8f4b-b4ed71fc9593', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0ef906-2d50-4921-8f4b-b4ed71fc9593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:48,995 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.092s 2022-08-27 05:07:48,996 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f2d9f25-b6ee-40bd-8ffd-07329fa5f0d7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f2d9f25-b6ee-40bd-8ffd-07329fa5f0d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:50,089 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.082s 2022-08-27 05:07:50,090 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde06ebb-1920-4c50-95ad-96bd4ea7cebc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dde06ebb-1920-4c50-95ad-96bd4ea7cebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:51,271 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.170s 2022-08-27 05:07:51,272 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5fd0b91-b4ae-495e-8a6d-9bdeecbcd027', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5fd0b91-b4ae-495e-8a6d-9bdeecbcd027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:52,364 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.081s 2022-08-27 05:07:52,365 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6d83f1-a55f-4b43-b67f-73d0e9f374e2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6d83f1-a55f-4b43-b67f-73d0e9f374e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:53,521 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.141s 2022-08-27 05:07:53,522 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5aa4f7-a836-43ca-9120-ede0207fa4e0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5aa4f7-a836-43ca-9120-ede0207fa4e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:54,637 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.103s 2022-08-27 05:07:54,637 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2f1217c-c2f8-43a8-a95c-f7c452d3580e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2f1217c-c2f8-43a8-a95c-f7c452d3580e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:55,704 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.056s 2022-08-27 05:07:55,704 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa246fe-2775-4a95-a144-a6a1bce56adc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa246fe-2775-4a95-a144-a6a1bce56adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:56,764 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.046s 2022-08-27 05:07:56,765 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66c0b5df-45ba-4084-b88d-cae14e75a60a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66c0b5df-45ba-4084-b88d-cae14e75a60a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:57,856 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.080s 2022-08-27 05:07:57,856 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe44c25-a0b0-4011-8e95-f724e660cd80', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe44c25-a0b0-4011-8e95-f724e660cd80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:58,921 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.053s 2022-08-27 05:07:58,921 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e451bc-07dd-406b-846d-41a30c2530d5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e451bc-07dd-406b-846d-41a30c2530d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:07:59,983 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.051s 2022-08-27 05:07:59,983 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6b916d-c908-4b8b-9f47-a335926d00de', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6b916d-c908-4b8b-9f47-a335926d00de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:01,042 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.047s 2022-08-27 05:08:01,042 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da936fe1-f0a7-401d-b6f2-553d48d475f5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da936fe1-f0a7-401d-b6f2-553d48d475f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:02,114 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.059s 2022-08-27 05:08:02,114 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2d700d-9a92-40ad-a888-7f79f57e3c08', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2d700d-9a92-40ad-a888-7f79f57e3c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:03,188 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.062s 2022-08-27 05:08:03,192 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3627ff-c25c-4eae-a921-0c6d9bce06fe', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d3627ff-c25c-4eae-a921-0c6d9bce06fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:04,245 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.041s 2022-08-27 05:08:04,245 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1baaa133-238a-41d0-8e80-10370c6d6dd7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1baaa133-238a-41d0-8e80-10370c6d6dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:05,298 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.042s 2022-08-27 05:08:05,299 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0139005f-1d72-4c35-991d-0cf4eb835c3b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0139005f-1d72-4c35-991d-0cf4eb835c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:06,352 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.042s 2022-08-27 05:08:06,353 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4737bcb-8dd4-418d-ba95-9dd66777d7d5', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4737bcb-8dd4-418d-ba95-9dd66777d7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:07,438 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.074s 2022-08-27 05:08:07,439 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e08ea23e-9398-46eb-be83-5fe76de32af4', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e08ea23e-9398-46eb-be83-5fe76de32af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:08,496 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.046s 2022-08-27 05:08:08,496 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1a10c6-043f-4e1e-8400-fc84e603c3b9', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1a10c6-043f-4e1e-8400-fc84e603c3b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:09,552 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.044s 2022-08-27 05:08:09,552 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36ba006-7f97-49fc-9229-1bd8700fab76', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36ba006-7f97-49fc-9229-1bd8700fab76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:10,613 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.049s 2022-08-27 05:08:10,614 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ba3bdd4-95ae-4561-9f30-84d6a875b24e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ba3bdd4-95ae-4561-9f30-84d6a875b24e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:11,688 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.062s 2022-08-27 05:08:11,689 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3935427c-37a8-433f-85cd-23d7e4fb929b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3935427c-37a8-433f-85cd-23d7e4fb929b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:12,761 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.059s 2022-08-27 05:08:12,761 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6facc1-af39-4b30-ab63-7960ae47c2f2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6facc1-af39-4b30-ab63-7960ae47c2f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:13,819 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.043s 2022-08-27 05:08:13,819 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808f2e0f-747d-4e33-9ee9-7544b5572fb8', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808f2e0f-747d-4e33-9ee9-7544b5572fb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:14,877 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.046s 2022-08-27 05:08:14,877 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58a9ecf2-0bb6-45be-ac30-df205c74ea67', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58a9ecf2-0bb6-45be-ac30-df205c74ea67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:15,938 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.049s 2022-08-27 05:08:15,939 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f185bf2d-81c5-438f-9e1f-295abde301f0', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f185bf2d-81c5-438f-9e1f-295abde301f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:17,007 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.056s 2022-08-27 05:08:17,007 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2194afa6-9754-49ee-8595-a0eda35f526c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2194afa6-9754-49ee-8595-a0eda35f526c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:18,065 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.045s 2022-08-27 05:08:18,066 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d497936-8a0f-45a4-9a17-e977f111b639', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d497936-8a0f-45a4-9a17-e977f111b639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:19,120 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.042s 2022-08-27 05:08:19,120 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea2441a9-835c-4cdc-a881-dc5c0fb412ed', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea2441a9-835c-4cdc-a881-dc5c0fb412ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:20,178 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.046s 2022-08-27 05:08:20,178 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e3a7f31-9347-425f-9466-e7e43d35a93e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e3a7f31-9347-425f-9466-e7e43d35a93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:21,238 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.047s 2022-08-27 05:08:21,239 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26e2281-9190-45fc-b40c-108db2a918b3', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26e2281-9190-45fc-b40c-108db2a918b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:22,293 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.042s 2022-08-27 05:08:22,294 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f9d9ec1-45db-41dd-87f8-220c22d0b69e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f9d9ec1-45db-41dd-87f8-220c22d0b69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:23,349 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.044s 2022-08-27 05:08:23,350 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ac3cd9-849a-4d91-aa99-7b36cad5833b', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ac3cd9-849a-4d91-aa99-7b36cad5833b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:23.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:23,362 130319 INFO [tempest.common.waiters] volume 3555510d-9e44-4f1d-9df8-1ac876eb1b2c reached available after waiting for 37.362688 seconds 2022-08-27 05:08:23,424 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.061s 2022-08-27 05:08:23,425 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e19e8549-c3ac-46ca-8a2d-218a95aecd05', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e19e8549-c3ac-46ca-8a2d-218a95aecd05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:23.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:23,479 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.044s 2022-08-27 05:08:23,479 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc0e0e63-2407-4724-a79e-382738f341fa', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc0e0e63-2407-4724-a79e-382738f341fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:23.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:08:24,906 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups 1.417s 2022-08-27 05:08:24,907 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"backup": {"volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41067595-b643-4790-865d-120efb81fd0e', 'content-length': '354', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41067595-b643-4790-865d-120efb81fd0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}]}}' 2022-08-27 05:08:24,947 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.037s 2022-08-27 05:08:24,948 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b8407c9-acbc-4b35-9503-25ed5e162458', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b8407c9-acbc-4b35-9503-25ed5e162458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:25,977 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:08:25,978 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8357c967-50d6-45e6-91bf-5ab301900f71', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8357c967-50d6-45e6-91bf-5ab301900f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:27,006 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:08:27,006 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d82a431-a3b6-4913-bd12-4d178daa6505', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d82a431-a3b6-4913-bd12-4d178daa6505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:28,044 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.030s 2022-08-27 05:08:28,045 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15681cb-0569-46e6-8340-d57b0e8b9462', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c15681cb-0569-46e6-8340-d57b0e8b9462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:29,079 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:08:29,079 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1fb09f-eab8-4646-93a9-8dcff960167b', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1fb09f-eab8-4646-93a9-8dcff960167b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:30,120 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.034s 2022-08-27 05:08:30,121 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6aa6b10-f247-4509-bd71-1a080ff464ed', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6aa6b10-f247-4509-bd71-1a080ff464ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:31,155 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.028s 2022-08-27 05:08:31,157 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52293817-c2d5-4ae9-9926-bceba20996c5', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52293817-c2d5-4ae9-9926-bceba20996c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:32,186 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:08:32,187 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5bdbcf-bfbb-41d2-8aa4-8916fca64175', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5bdbcf-bfbb-41d2-8aa4-8916fca64175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:25.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:33,215 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:08:33,215 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecbfef0a-3888-429c-bd64-e5bac1f7ee56', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecbfef0a-3888-429c-bd64-e5bac1f7ee56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:34,243 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.020s 2022-08-27 05:08:34,243 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edfb4c4b-9687-486a-9095-12bd4c4195c2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edfb4c4b-9687-486a-9095-12bd4c4195c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:35,271 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:08:35,272 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8d85152-7d4b-4100-8c49-2a694f290b85', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8d85152-7d4b-4100-8c49-2a694f290b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:36,302 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:08:36,302 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e9c3139-ab3d-485b-8d20-ec57052115e1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e9c3139-ab3d-485b-8d20-ec57052115e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:37,333 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:08:37,334 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c0213f-16e1-4b4b-b1b4-10bfe7397e77', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c0213f-16e1-4b4b-b1b4-10bfe7397e77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:38,365 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:08:38,365 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a97e3e-d845-406c-87cb-82d519db807a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a97e3e-d845-406c-87cb-82d519db807a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:39,397 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.025s 2022-08-27 05:08:39,397 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db353ef4-29d3-4f59-a616-a9222dac9f5c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db353ef4-29d3-4f59-a616-a9222dac9f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:40,425 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:08:40,426 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22551466-077d-40e5-956a-7dcd7e0560d5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22551466-077d-40e5-956a-7dcd7e0560d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:41,453 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:08:41,454 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5607312f-dd72-4422-8884-70c9b4be74ae', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5607312f-dd72-4422-8884-70c9b4be74ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:42,482 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:08:42,483 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a222101-202d-4fce-ab18-a2582e75e236', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a222101-202d-4fce-ab18-a2582e75e236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:43,516 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.027s 2022-08-27 05:08:43,517 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f9162d-58d5-419b-8440-dafe223ce342', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83f9162d-58d5-419b-8440-dafe223ce342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:44,566 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.042s 2022-08-27 05:08:44,566 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d42fd7-4bff-4f24-ba99-bfd3a6a513b7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08d42fd7-4bff-4f24-ba99-bfd3a6a513b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:45,595 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:08:45,596 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a854190-ca84-4cbe-929f-f16f8a95946e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a854190-ca84-4cbe-929f-f16f8a95946e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:46,626 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:08:46,626 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6a385e-6441-4294-92dc-23cc8a26b3f7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6a385e-6441-4294-92dc-23cc8a26b3f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:47,671 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.037s 2022-08-27 05:08:47,671 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e82e3d9-65b3-4187-af82-0060775250cd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e82e3d9-65b3-4187-af82-0060775250cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:48,718 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.040s 2022-08-27 05:08:48,719 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f0f0c3-d9db-4cc5-b1fe-09af4b4c3aa0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f0f0c3-d9db-4cc5-b1fe-09af4b4c3aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:49,752 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.026s 2022-08-27 05:08:49,752 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844d5008-2860-439c-9fdc-16918eb094ee', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844d5008-2860-439c-9fdc-16918eb094ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:50,788 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.028s 2022-08-27 05:08:50,788 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13112e39-71d7-4382-8a4c-0bacb88854b4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13112e39-71d7-4382-8a4c-0bacb88854b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:51,818 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:08:51,818 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a54549f-1d31-43a4-a885-3fdfee51d509', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a54549f-1d31-43a4-a885-3fdfee51d509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:52,867 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.041s 2022-08-27 05:08:52,867 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b5ee4d-6ad6-4a64-8612-a6ad13f772e5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b5ee4d-6ad6-4a64-8612-a6ad13f772e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:53,897 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:08:53,897 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9ddac8-4cda-4ef2-b964-13643a0b481d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b9ddac8-4cda-4ef2-b964-13643a0b481d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:54,931 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:08:54,932 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99bae627-c13e-4a1c-9bd3-586b872ed58c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99bae627-c13e-4a1c-9bd3-586b872ed58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:55,972 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.033s 2022-08-27 05:08:55,972 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d800173-0409-4c57-9366-747a5639c027', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d800173-0409-4c57-9366-747a5639c027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:57,006 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:08:57,007 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4928488-ffaa-4850-a307-df0a373a4067', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4928488-ffaa-4850-a307-df0a373a4067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:58,043 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.029s 2022-08-27 05:08:58,043 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c130e0-5d09-4eef-987e-e61cac385097', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c130e0-5d09-4eef-987e-e61cac385097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:08:59,073 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:08:59,074 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fcfba41-8ac1-4b67-a86f-f4a59c92dc0c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fcfba41-8ac1-4b67-a86f-f4a59c92dc0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:00,103 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:00,104 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611e2567-b85e-46da-8b11-f1fe827682fd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611e2567-b85e-46da-8b11-f1fe827682fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:01,141 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.030s 2022-08-27 05:09:01,141 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ee818e-d95a-45aa-b899-a0f953c9ccc9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ee818e-d95a-45aa-b899-a0f953c9ccc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:02,170 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:02,171 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d00b2191-ae3a-4f7f-b3db-0cae52b35fcd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d00b2191-ae3a-4f7f-b3db-0cae52b35fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:03,210 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.032s 2022-08-27 05:09:03,210 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a94851-9dc0-429c-afad-7a20faafd966', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a94851-9dc0-429c-afad-7a20faafd966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:04,245 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.028s 2022-08-27 05:09:04,245 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e901721-526f-4061-b337-b427aad56f5f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e901721-526f-4061-b337-b427aad56f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:05,281 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.029s 2022-08-27 05:09:05,282 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d55ab740-93bb-427a-8076-05fdeb09ee9e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d55ab740-93bb-427a-8076-05fdeb09ee9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:06,311 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:06,311 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4da9944e-f9ff-4fbd-bbe7-f306322b535e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4da9944e-f9ff-4fbd-bbe7-f306322b535e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:07,345 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.027s 2022-08-27 05:09:07,346 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da7950ef-88b6-4b84-9dab-abd0cd98ca5b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da7950ef-88b6-4b84-9dab-abd0cd98ca5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:08,393 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.032s 2022-08-27 05:09:08,393 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abacff82-df0d-4e07-9150-79807088ad6d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abacff82-df0d-4e07-9150-79807088ad6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:09,421 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:09:09,421 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-219c37d2-0692-404a-92c3-a6d11167890b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-219c37d2-0692-404a-92c3-a6d11167890b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:10,478 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.050s 2022-08-27 05:09:10,479 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ef94e8-5a87-4ea9-aff7-858ba3af11d7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ef94e8-5a87-4ea9-aff7-858ba3af11d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:11,506 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.020s 2022-08-27 05:09:11,506 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b5b376e-c63e-4ada-b319-87198bb665df', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b5b376e-c63e-4ada-b319-87198bb665df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:12,536 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:12,537 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3512759e-a652-4f6d-93d1-65290dbfce62', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3512759e-a652-4f6d-93d1-65290dbfce62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:13,568 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:09:13,569 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab415d0e-5898-4c86-a7e9-a266e3a9fadd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab415d0e-5898-4c86-a7e9-a266e3a9fadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:14,607 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.031s 2022-08-27 05:09:14,607 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7932c9eb-f89c-473f-a40b-42ec6a3499e7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7932c9eb-f89c-473f-a40b-42ec6a3499e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:15,638 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:15,638 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd771bd6-b144-4eaa-bf23-5ad1be08fab0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd771bd6-b144-4eaa-bf23-5ad1be08fab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:16,668 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:09:16,669 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eed1731-7b51-4f56-a329-0de293d4afae', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eed1731-7b51-4f56-a329-0de293d4afae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:17,698 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:17,698 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04d4a611-ffe8-4a93-9c29-45a753349738', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04d4a611-ffe8-4a93-9c29-45a753349738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:18,732 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.027s 2022-08-27 05:09:18,733 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7efc27-c63e-4d06-8785-bb8997b2a931', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7efc27-c63e-4d06-8785-bb8997b2a931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:19,763 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:09:19,764 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c80ad4-6a98-4d83-b288-b4f30e62949d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c80ad4-6a98-4d83-b288-b4f30e62949d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:20,793 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:20,793 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a981618-b969-49d6-88d1-efac01facecd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a981618-b969-49d6-88d1-efac01facecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:21,822 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:09:21,822 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5bf2dfd-1a1f-4f16-9ea2-112c4779f704', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5bf2dfd-1a1f-4f16-9ea2-112c4779f704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:22,849 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:09:22,853 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7801b87-844d-4008-bc78-e5ad36c4eb7e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7801b87-844d-4008-bc78-e5ad36c4eb7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:23,882 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:23,883 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16b6e53a-63f2-48db-b45a-281b14ab5f30', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16b6e53a-63f2-48db-b45a-281b14ab5f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:24,912 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:24,912 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac1e1ca-6e62-4ea6-8a6c-0f879ccf843e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac1e1ca-6e62-4ea6-8a6c-0f879ccf843e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:25,943 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:09:25,944 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2251a7-d0db-44a1-b4b4-26cf0850cf2a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2251a7-d0db-44a1-b4b4-26cf0850cf2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:26,978 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.028s 2022-08-27 05:09:26,978 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ebf2aa-779a-4b96-82cd-e0430fb020a7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ebf2aa-779a-4b96-82cd-e0430fb020a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:28,009 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:09:28,009 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770bec2a-8aa6-48b0-a0b1-0f8662920d16', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770bec2a-8aa6-48b0-a0b1-0f8662920d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:29,041 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.025s 2022-08-27 05:09:29,042 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-662b40e3-a0d0-4601-900c-18304eb04342', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-662b40e3-a0d0-4601-900c-18304eb04342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:30,072 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:09:30,073 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f99917-3626-4bcf-a33b-fa77475ebb66', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f99917-3626-4bcf-a33b-fa77475ebb66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:31,102 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:31,102 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-338f8d6e-4f9f-4f9b-81df-12e0e2bf3646', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-338f8d6e-4f9f-4f9b-81df-12e0e2bf3646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:32,136 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.027s 2022-08-27 05:09:32,136 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb3faff-a019-412c-b09c-24ce3ce9e69a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb3faff-a019-412c-b09c-24ce3ce9e69a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:33,166 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:33,166 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a69bc96-1a87-4ac2-8d75-68e0d318aa59', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a69bc96-1a87-4ac2-8d75-68e0d318aa59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:34,196 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:34,196 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b83d61-8df6-4b71-94f9-7bba2381fb27', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b83d61-8df6-4b71-94f9-7bba2381fb27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:35,235 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.032s 2022-08-27 05:09:35,235 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd6ae5b-c58d-482e-9bd2-13b1c48e487c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd6ae5b-c58d-482e-9bd2-13b1c48e487c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:36,264 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:36,265 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b680f53c-823c-42b5-b5df-696929ee5ca6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b680f53c-823c-42b5-b5df-696929ee5ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:37,295 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:37,296 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a4986f-367c-480f-a106-b224c45235f8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a4986f-367c-480f-a106-b224c45235f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:38,325 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:09:38,325 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bee42cb0-9f4c-4b6f-940e-71a04d45556c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bee42cb0-9f4c-4b6f-940e-71a04d45556c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:39,352 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:09:39,470 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-728346d6-9880-4b4c-a543-00ea1038824d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-728346d6-9880-4b4c-a543-00ea1038824d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:40,496 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.020s 2022-08-27 05:09:40,497 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2dc71c2-f9e0-44b4-b356-5ef335a732a5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2dc71c2-f9e0-44b4-b356-5ef335a732a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:41,525 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:41,526 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5dc0892-ace3-421a-aca2-739d923f7c1e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5dc0892-ace3-421a-aca2-739d923f7c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:42,560 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.027s 2022-08-27 05:09:42,560 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6282979f-e26a-4767-99c0-5539e4343efb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6282979f-e26a-4767-99c0-5539e4343efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:43,591 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:09:43,592 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2388e4a8-ade6-4b76-9689-5c9bb31ce187', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2388e4a8-ade6-4b76-9689-5c9bb31ce187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:44,623 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.025s 2022-08-27 05:09:44,624 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b8928f2-270c-4ac5-bcc6-5c2203deeb8e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b8928f2-270c-4ac5-bcc6-5c2203deeb8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:45,651 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:09:45,652 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae9606c0-7ebc-4703-b8ff-cc97730b56fa', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae9606c0-7ebc-4703-b8ff-cc97730b56fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:46,681 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:46,681 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc35ad9-e0d2-41a5-a34b-1894ab4e88d2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc35ad9-e0d2-41a5-a34b-1894ab4e88d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:47,711 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:47,712 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d2bfef5-a449-40ce-b00d-b947f21c4fef', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d2bfef5-a449-40ce-b00d-b947f21c4fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:48,752 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.034s 2022-08-27 05:09:48,752 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ef8124-bcb7-4e42-b987-d37e80b41dca', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ef8124-bcb7-4e42-b987-d37e80b41dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:49,783 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:49,783 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71cd7b4-79e6-4b6b-9720-a343edcba940', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71cd7b4-79e6-4b6b-9720-a343edcba940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:50,812 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:50,813 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-234a1ddd-715b-470d-b8c3-d447302b7061', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-234a1ddd-715b-470d-b8c3-d447302b7061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:51,843 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:09:51,843 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64afcc4e-03a9-4103-86da-26285a0e179e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64afcc4e-03a9-4103-86da-26285a0e179e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:52,883 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.032s 2022-08-27 05:09:52,883 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709c61b4-939e-40fd-be4f-bb440a2162b7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709c61b4-939e-40fd-be4f-bb440a2162b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:53,912 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:09:53,913 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b672b5ea-325c-4fc9-98e2-3853f9bfa65b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b672b5ea-325c-4fc9-98e2-3853f9bfa65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:08:34.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:54,947 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.028s 2022-08-27 05:09:54,948 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c50cb1-e3ba-4d31-bd80-b83eb4ba6522', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c50cb1-e3ba-4d31-bd80-b83eb4ba6522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:56,067 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.112s 2022-08-27 05:09:56,067 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fae34f-45d8-4f5a-a057-da492fcf4fc6', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fae34f-45d8-4f5a-a057-da492fcf4fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:57,097 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:57,098 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-656a3268-9da3-4642-8b87-a2d8733c5356', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-656a3268-9da3-4642-8b87-a2d8733c5356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:58,143 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.037s 2022-08-27 05:09:58,143 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8987f361-3286-430a-aaf9-a5b123e20cd4', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8987f361-3286-430a-aaf9-a5b123e20cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:09:59,175 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:09:59,175 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300fc525-9dec-4cd5-bf21-e2e18d9662ac', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300fc525-9dec-4cd5-bf21-e2e18d9662ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:00,211 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.027s 2022-08-27 05:10:00,211 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa867d49-a6c0-47d1-96ca-cac158df514c', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa867d49-a6c0-47d1-96ca-cac158df514c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:01,248 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.030s 2022-08-27 05:10:01,254 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f8476e-f808-46f5-9c0f-83060e59e346', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55f8476e-f808-46f5-9c0f-83060e59e346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:00.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:01,261 130319 INFO [tempest.common.waiters] backup 774c070d-2332-4391-a02d-f3880b138fbb reached available after waiting for 97.261102 seconds 2022-08-27 05:10:01,321 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.060s 2022-08-27 05:10:01,327 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994b7ced-7d92-4f82-9312-1a4cd9199c99', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994b7ced-7d92-4f82-9312-1a4cd9199c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:10:00.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:01,338 130319 INFO [tempest.common.waiters] volume 3555510d-9e44-4f1d-9df8-1ac876eb1b2c reached available after waiting for 0.338389 seconds 2022-08-27 05:10:04,335 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb/restore 2.996s 2022-08-27 05:10:04,335 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"restore": {}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623384db-1187-4ab2-98cb-65faaa12cc6d', 'content-length': '189', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623384db-1187-4ab2-98cb-65faaa12cc6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb/restore'} Body: b'{"restore": {"backup_id": "774c070d-2332-4391-a02d-f3880b138fbb", "volume_id": "96baa422-8e8e-44ca-a962-ec119d9eca06", "volume_name": "restore_backup_774c070d-2332-4391-a02d-f3880b138fbb"}}' 2022-08-27 05:10:04,364 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.026s 2022-08-27 05:10:04,364 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c050679-3176-4e01-8648-f7bb6063fd79', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c050679-3176-4e01-8648-f7bb6063fd79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:05,421 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.050s 2022-08-27 05:10:05,421 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1838502f-1677-4a6c-95ff-db7b47515afd', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1838502f-1677-4a6c-95ff-db7b47515afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:06,464 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.036s 2022-08-27 05:10:06,464 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3330f619-cfc3-460b-a723-1b4d096d331d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3330f619-cfc3-460b-a723-1b4d096d331d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:07,498 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.027s 2022-08-27 05:10:07,508 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53dfab94-7399-4fd2-9a4e-9c870e022563', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53dfab94-7399-4fd2-9a4e-9c870e022563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:08,556 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.040s 2022-08-27 05:10:08,556 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be6a1e1-2ffe-4a5c-9be6-95d159330e0c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be6a1e1-2ffe-4a5c-9be6-95d159330e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:09,589 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.025s 2022-08-27 05:10:09,589 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d0012e-b494-4465-8809-8419fa252842', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d0012e-b494-4465-8809-8419fa252842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:10,617 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:10,618 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020ad0fe-9e01-44f8-ba1d-49c770af1f5d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020ad0fe-9e01-44f8-ba1d-49c770af1f5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:11,648 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:10:11,648 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155d82cf-e126-4c15-a295-a5f592c94fcc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155d82cf-e126-4c15-a295-a5f592c94fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:12,679 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.023s 2022-08-27 05:10:12,679 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2f2929-d1f2-4cdf-a757-cf45f79e3a18', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2f2929-d1f2-4cdf-a757-cf45f79e3a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:13,708 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:13,709 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c2700f6-6612-4763-8b7c-76b14d8f241b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c2700f6-6612-4763-8b7c-76b14d8f241b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:14,738 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:14,738 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d7b7155-716e-4479-a7d4-3d0f5f3cc507', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d7b7155-716e-4479-a7d4-3d0f5f3cc507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:15,769 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.025s 2022-08-27 05:10:15,770 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e5ebd8-2923-445f-8e7a-e1e8c55b34e2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e5ebd8-2923-445f-8e7a-e1e8c55b34e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:16,799 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:16,799 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5b73a1c-5a79-4260-af29-5a7807ef716e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5b73a1c-5a79-4260-af29-5a7807ef716e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:17,831 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:10:17,831 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5acb1348-b658-43e9-9de0-4a4160d90266', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5acb1348-b658-43e9-9de0-4a4160d90266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:18,881 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.042s 2022-08-27 05:10:18,881 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b084d76-aaa4-4a27-bc49-bd13e96d5b52', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b084d76-aaa4-4a27-bc49-bd13e96d5b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:19,910 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:19,910 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb0d44a-7577-4a1f-a4c3-caed2f68c5fc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb0d44a-7577-4a1f-a4c3-caed2f68c5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:20,938 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:20,938 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2596c741-139e-4d7c-82d7-a3802bf52e0b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2596c741-139e-4d7c-82d7-a3802bf52e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:21,979 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.033s 2022-08-27 05:10:21,979 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1657885-4c99-4455-87c1-41ceb4b2c935', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1657885-4c99-4455-87c1-41ceb4b2c935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:23,008 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:23,008 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db4a3e9-1651-4169-add2-33be53843d5c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db4a3e9-1651-4169-add2-33be53843d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:24,038 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:24,039 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22f495d1-c48a-4c00-a190-a591dd26604f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22f495d1-c48a-4c00-a190-a591dd26604f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:25,075 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.029s 2022-08-27 05:10:25,075 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c00919-0c63-4fc2-8951-1df8a499ce4e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c00919-0c63-4fc2-8951-1df8a499ce4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:26,105 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:26,105 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a9a209-ce66-4f53-bc03-1329891b36d3', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a9a209-ce66-4f53-bc03-1329891b36d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:27,133 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:27,133 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0dd60a0-11ca-4ac2-9f8b-89452f31a57f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0dd60a0-11ca-4ac2-9f8b-89452f31a57f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:28,162 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:28,162 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b54b66b-6b9d-43e2-838f-e614f2669d2e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b54b66b-6b9d-43e2-838f-e614f2669d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:29,193 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.024s 2022-08-27 05:10:29,193 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7929fff0-0acc-4bce-9c1e-9ae12066d9f9', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7929fff0-0acc-4bce-9c1e-9ae12066d9f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:30,223 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:30,224 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2d514f7-d51d-428f-b4f4-55ff71e35c54', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2d514f7-d51d-428f-b4f4-55ff71e35c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:31,251 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:31,251 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7231464-1b4d-4c94-bf06-cc6d3c269dc1', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7231464-1b4d-4c94-bf06-cc6d3c269dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:32,281 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:32,282 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5212fabc-859f-4b17-8f53-befcd4645726', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5212fabc-859f-4b17-8f53-befcd4645726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:33,318 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.030s 2022-08-27 05:10:33,319 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35693c0a-54c5-4dd4-af48-2352110f11df', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35693c0a-54c5-4dd4-af48-2352110f11df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:34,347 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:34,348 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae36fdc7-be2a-4aeb-8ed2-51e5ca6b12c4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae36fdc7-be2a-4aeb-8ed2-51e5ca6b12c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:35,376 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.020s 2022-08-27 05:10:35,376 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb3771a-1fa1-4707-925b-1f4cf45ddc52', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb3771a-1fa1-4707-925b-1f4cf45ddc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:36,406 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.022s 2022-08-27 05:10:36,406 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba6023d9-a544-4692-8630-32f8af1c8cf2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba6023d9-a544-4692-8630-32f8af1c8cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:37,435 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:37,436 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6359f80-27bb-4e41-9c7d-e3a342fb591e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6359f80-27bb-4e41-9c7d-e3a342fb591e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:38,468 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.025s 2022-08-27 05:10:38,507 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e002c741-3e6e-4a6d-bd4f-b5f00b40365e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e002c741-3e6e-4a6d-bd4f-b5f00b40365e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:39,540 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.026s 2022-08-27 05:10:39,541 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02057fef-527b-4516-8860-75dc6587f637', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02057fef-527b-4516-8860-75dc6587f637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:40,568 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:40,568 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e6b6416-c809-42ae-8121-c7889c7cb48d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e6b6416-c809-42ae-8121-c7889c7cb48d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:41,596 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:41,596 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c47bc2b5-727a-422d-b3b9-a9e2b01d41e4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c47bc2b5-727a-422d-b3b9-a9e2b01d41e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:04.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:42,624 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.021s 2022-08-27 05:10:42,625 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae8be67-d847-4f02-ac3c-07f2b5bb47d4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae8be67-d847-4f02-ac3c-07f2b5bb47d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'{"backup": {"id": "774c070d-2332-4391-a02d-f3880b138fbb", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-27T05:08:24.000000", "updated_at": "2022-08-27T05:10:42.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-27T05:08:24.000000"}}' 2022-08-27 05:10:42,631 130319 INFO [tempest.common.waiters] backup 774c070d-2332-4391-a02d-f3880b138fbb reached available after waiting for 38.631336 seconds 2022-08-27 05:10:42,673 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06 0.042s 2022-08-27 05:10:42,674 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2905ef1b-2368-440d-bfc4-78cb394d7f4f', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2905ef1b-2368-440d-bfc4-78cb394d7f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06'} Body: b'{"volume": {"id": "96baa422-8e8e-44ca-a962-ec119d9eca06", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:10:02.000000", "updated_at": "2022-08-27T05:10:42.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "774c070d-2332-4391-a02d-f3880b138fbb"}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:42,684 130319 INFO [tempest.common.waiters] volume 96baa422-8e8e-44ca-a962-ec119d9eca06 reached available after waiting for 0.684362 seconds 2022-08-27 05:10:42,726 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06 0.041s 2022-08-27 05:10:42,726 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a9e650-ffab-4113-a333-71d6c660ec72', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a9e650-ffab-4113-a333-71d6c660ec72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06'} Body: b'{"volume": {"id": "96baa422-8e8e-44ca-a962-ec119d9eca06", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:10:02.000000", "updated_at": "2022-08-27T05:10:42.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "774c070d-2332-4391-a02d-f3880b138fbb"}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:43,920 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 1.180s 2022-08-27 05:10:43,920 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBackupRestore-221334144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJNil36fQVz7hNraNlHzr65tE7U+jvCTCwEJQUQMGpK+ur94prnv+DPjrWAeZx7oEVKsEviz9Nm43OHEgg1Eb7GcIlLDP2iqtYA9XTtbhLr1+MqsVXi5bOHIAa+uLIyONg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0a961ed-c801-4e64-a659-62470a063af5', 'x-compute-request-id': 'req-d0a961ed-c801-4e64-a659-62470a063af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBackupRestore-221334144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJNil36fQVz7hNraNlHzr65tE7U+jvCTCwEJQUQMGpK+ur94prnv+DPjrWAeZx7oEVKsEviz9Nm43OHEgg1Eb7GcIlLDP2iqtYA9XTtbhLr1+MqsVXi5bOHIAa+uLIyONg==", "fingerprint": "ab:05:d6:02:93:a8:a8:6e:8d:e0:17:06:e4:52:29:86", "user_id": "27e682ca07714def9c77f6c74d20d05c"}}' 2022-08-27 05:10:44,338 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.415s 2022-08-27 05:10:44,338 130319 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-2025174946", "description": "tempest-secgroup-smoke-2025174946 description", "project_id": "feec46b55e5144e3905252b290e98e83"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-2ab62d54-1151-4e07-896e-58f6177a5cff', 'date': 'Sat, 27 Aug 2022 05:10:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "304e2fc1-d488-423b-9993-f74b727f363d", "name": "tempest-secgroup-smoke-2025174946", "stateful": true, "tenant_id": "feec46b55e5144e3905252b290e98e83", "description": "tempest-secgroup-smoke-2025174946 description", "shared": false, "security_group_rules": [{"id": "b708121f-aa86-47ae-a58a-f37707f976f0", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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": 4010, "description": null, "tags": [], "created_at": "2022-08-27T05:10:44Z", "updated_at": "2022-08-27T05:10:44Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}, {"id": "cd85a72d-235b-47c7-8fa6-714093e0d204", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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": 4009, "description": null, "tags": [], "created_at": "2022-08-27T05:10:44Z", "updated_at": "2022-08-27T05:10:44Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}], "tags": [], "created_at": "2022-08-27T05:10:44Z", "updated_at": "2022-08-27T05:10:44Z", "revision_number": 1, "project_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:44,745 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.406s 2022-08-27 05:10:44,746 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "project_id": "feec46b55e5144e3905252b290e98e83", "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-6c37a156-5f5c-46b4-bd50-77118f880866', 'date': 'Sat, 27 Aug 2022 05:10:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "396bc3fd-419c-4afc-a098-c68d377cc8dd", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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-27T05:10:44Z", "updated_at": "2022-08-27T05:10:44Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:45,188 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.442s 2022-08-27 05:10:45,189 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "project_id": "feec46b55e5144e3905252b290e98e83", "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-7673de96-b629-4493-b078-73abb1f0d392', 'date': 'Sat, 27 Aug 2022 05:10:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15487296-2867-46dc-bf72-abfd8767c981", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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-27T05:10:44Z", "updated_at": "2022-08-27T05:10:44Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:45,590 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.401s 2022-08-27 05:10:45,591 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "project_id": "feec46b55e5144e3905252b290e98e83", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ba4d891c-d509-4e05-95f7-9a1b7fea15e3', 'date': 'Sat, 27 Aug 2022 05:10:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00a64add-af89-4fa8-860e-16a735b0d3df", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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-27T05:10:45Z", "updated_at": "2022-08-27T05:10:45Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:45,937 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.345s 2022-08-27 05:10:45,937 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "project_id": "feec46b55e5144e3905252b290e98e83", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-811ee172-f13f-46af-a4ed-25d889d62295', 'date': 'Sat, 27 Aug 2022 05:10:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4ff4018c-c1a2-49be-b2be-f2d18d30dd28", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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-27T05:10:45Z", "updated_at": "2022-08-27T05:10:45Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:46,394 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.456s 2022-08-27 05:10:46,394 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "project_id": "feec46b55e5144e3905252b290e98e83", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ac8e7917-dd86-4813-a3dc-15fde89d21a6', 'date': 'Sat, 27 Aug 2022 05:10:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5d42362a-e673-4d10-bc6f-3250e5db42c7", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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-27T05:10:46Z", "updated_at": "2022-08-27T05:10:46Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:46,818 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.423s 2022-08-27 05:10:46,818 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "project_id": "feec46b55e5144e3905252b290e98e83", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-04fc964b-61e6-41c8-b960-00c2c155fbb9', 'date': 'Sat, 27 Aug 2022 05:10:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "078426db-9e1f-402e-869d-d26fb6ff92ae", "tenant_id": "feec46b55e5144e3905252b290e98e83", "security_group_id": "304e2fc1-d488-423b-9993-f74b727f363d", "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-27T05:10:46Z", "updated_at": "2022-08-27T05:10:46Z", "revision_number": 0, "project_id": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:46,910 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.084s 2022-08-27 05:10:46,910 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3258', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dcf94270-342f-4aea-ba16-b4aabfe295c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "27e682ca07714def9c77f6c74d20d05c", "name": "tempest-TestVolumeBackupRestore-394336953-project", "password_expires_at": null}, "audit_ids": ["5_PicChyTcqBtV0FeVafCQ"], "expires_at": "2022-08-27T06:10:46.000000Z", "issued_at": "2022-08-27T05:10:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "feec46b55e5144e3905252b290e98e83", "name": "tempest-TestVolumeBackupRestore-394336953"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_feec46b55e5144e3905252b290e98e83", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/feec46b55e5144e3905252b290e98e83", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:10:46,911 130319 INFO [tempest.lib.common.fixed_network] (TestVolumeBackupRestore:test_volume_backup_restore) Found network {'id': '4391fd9f-e1b2-4d8b-91a1-e8c6e7c445c2', 'name': 'tempest-TestVolumeBackupRestore-386161475-network', 'tenant_id': 'feec46b55e5144e3905252b290e98e83', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'feec46b55e5144e3905252b290e98e83', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 233, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-27T05:07:27Z', 'updated_at': '2022-08-27T05:07:27Z', 'revision_number': 1} available for tenant 2022-08-27 05:10:47,306 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 500 POST http://10.222.0.76/compute/v2.1/servers 0.394s 2022-08-27 05:10:47,306 130319 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-59246712", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "96baa422-8e8e-44ca-a962-ec119d9eca06", "source_type": "volume", "destination_type": "volume", "boot_index": 0}], "key_name": "tempest-TestVolumeBackupRestore-221334144", "security_groups": [{"name": "tempest-secgroup-smoke-2025174946"}], "networks": [{"uuid": "4391fd9f-e1b2-4d8b-91a1-e8c6e7c445c2"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10: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-5daf89c4-1693-4226-a6ba-8bdd86ccf356', 'x-compute-request-id': 'req-5daf89c4-1693-4226-a6ba-8bdd86ccf356', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:10:47,569 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/304e2fc1-d488-423b-9993-f74b727f363d 0.256s 2022-08-27 05:10:47,569 130319 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-4b866295-d805-4124-9016-42f31913605f', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:10:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/304e2fc1-d488-423b-9993-f74b727f363d'} Body: b'' 2022-08-27 05:10:47,677 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-221334144 0.108s 2022-08-27 05:10:47,678 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10: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-097751a0-7857-4981-bafd-19ed413fc355', 'x-compute-request-id': 'req-097751a0-7857-4981-bafd-19ed413fc355', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-221334144'} Body: b'' 2022-08-27 05:10:47,946 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06 0.262s 2022-08-27 05:10:47,946 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce242a4-8370-4b39-adeb-7a456177878b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/96baa422-8e8e-44ca-a962-ec119d9eca06'} Body: b'' 2022-08-27 05:10:48,119 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb 0.172s 2022-08-27 05:10:48,120 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-3761f437-2ebe-4616-932b-f2854d7be4fc', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3761f437-2ebe-4616-932b-f2854d7be4fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/backups/774c070d-2332-4391-a02d-f3880b138fbb'} Body: b'' 2022-08-27 05:10:48,353 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.232s 2022-08-27 05:10:48,353 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:48 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-271ee3f4-330d-452d-8e8c-d54a7c254fe2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'' 2022-08-27 05:10:48,401 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.047s 2022-08-27 05:10:48,401 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0729c32b-d48c-4983-b26e-11cdb1784c16', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0729c32b-d48c-4983-b26e-11cdb1784c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:10:48.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:49,471 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.057s 2022-08-27 05:10:49,471 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-802380cf-2e54-4c6d-9546-2a647a80bec4', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-802380cf-2e54-4c6d-9546-2a647a80bec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:10:48.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:50,531 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.047s 2022-08-27 05:10:50,532 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c840d6b9-b8fc-4168-952c-4563b5e4cd68', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c840d6b9-b8fc-4168-952c-4563b5e4cd68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:10:48.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:51,600 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.055s 2022-08-27 05:10:51,600 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-753c590a-c7f9-4386-9ba6-c00a89fdc005', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-753c590a-c7f9-4386-9ba6-c00a89fdc005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"volume": {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:10:48.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "feec46b55e5144e3905252b290e98e83"}}' 2022-08-27 05:10:52,645 130319 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 404 GET http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c 0.033s 2022-08-27 05:10:52,646 130319 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:10: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-12128b89-2e9f-492a-867f-ef567f8f5acc', 'x-openstack-request-id': 'req-12128b89-2e9f-492a-867f-ef567f8f5acc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/volume/v3/feec46b55e5144e3905252b290e98e83/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3555510d-9e44-4f1d-9df8-1ac876eb1b2c 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-27 05:07:55,100 130317 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks-1522141368 on backend None 2022-08-27 05:07:55,340 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types 0.239s 2022-08-27 05:07:55,340 130317 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-1522141368", "extra_specs": {}}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14913db1-410f-43fa-86a5-01ff122a7830', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14913db1-410f-43fa-86a5-01ff122a7830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types'} Body: b'{"volume_type": {"id": "c58f02d9-601d-4aed-95a6-a605a4b27d4a", "name": "tempest-scenario-type-luks-1522141368", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-08-27 05:07:55,343 130317 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: c58f02d9-601d-4aed-95a6-a605a4b27d4a 2022-08-27 05:07:55,505 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/c58f02d9-601d-4aed-95a6-a605a4b27d4a/encryption 0.152s 2022-08-27 05:07:55,505 130317 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': 'Sat, 27 Aug 2022 05:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e625d31e-3ede-4e48-b51c-08c481af35f6', 'content-length': '230', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e625d31e-3ede-4e48-b51c-08c481af35f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/c58f02d9-601d-4aed-95a6-a605a4b27d4a/encryption'} Body: b'{"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "c58f02d9-601d-4aed-95a6-a605a4b27d4a", "encryption_id": "3c91d92d-b95a-41ed-a6cd-39d908816135"}}' 2022-08-27 05:07:56,650 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 202 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes 1.142s 2022-08-27 05:07:56,650 130317 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-1802790319", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks-1522141368", "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85a80d6e-d377-4a45-bde3-69c3845edaf3', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85a80d6e-d377-4a45-bde3-69c3845edaf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.059834", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 05:07:56,707 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.047s 2022-08-27 05:07:56,708 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596c0f32-f98b-41c2-b086-818b3503313b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596c0f32-f98b-41c2-b086-818b3503313b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:07:57,795 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.075s 2022-08-27 05:07:57,796 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d64cfa-1b53-4a57-99de-2525a24299fb', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d64cfa-1b53-4a57-99de-2525a24299fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.000000", "updated_at": "2022-08-27T05:07:57.000000", "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:07:58,855 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.045s 2022-08-27 05:07:58,856 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb57605-25c7-4d28-b8aa-e2a74bca8bf5', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb57605-25c7-4d28-b8aa-e2a74bca8bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.000000", "updated_at": "2022-08-27T05:07:58.000000", "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:07:58,866 130317 INFO [tempest.common.waiters] volume 375e113b-582c-4aae-a6c9-1c2ff3ee05dd reached available after waiting for 2.866549 seconds 2022-08-27 05:07:58,930 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.052s 2022-08-27 05:07:58,931 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa41b71-dd3d-4fd6-9932-579d39b77175', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa41b71-dd3d-4fd6-9932-579d39b77175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.000000", "updated_at": "2022-08-27T05:07:58.000000", "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:07:59,120 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd/action 0.175s 2022-08-27 05:07:59,121 130317 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': 'Sat, 27 Aug 2022 05:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-c0646830-bbc2-4562-9f57-2ffc3a822e93', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0646830-bbc2-4562-9f57-2ffc3a822e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd/action'} Body: b'' 2022-08-27 05:07:59,164 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.036s 2022-08-27 05:07:59,164 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:59 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-4efb450e-9dec-40aa-a0fa-134f68b221f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5523794e64946eb8dd3611586ebeecf", "name": "tempest-TestVolumeBootPattern-586152974-project", "password_expires_at": null}, "audit_ids": ["23BtnPLnSrG06Qmsp87ZJQ"], "expires_at": "2022-08-27T06:07:59.000000Z", "issued_at": "2022-08-27T05:07:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e8518708de246739da77b48c5a45c96", "name": "tempest-TestVolumeBootPattern-586152974"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:07:59,165 130317 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks) Found network {'id': '2485999e-deea-4c9b-9b1a-56081318df9a', 'name': 'tempest-TestVolumeBootPattern-1049997831-network', 'tenant_id': '5e8518708de246739da77b48c5a45c96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e8518708de246739da77b48c5a45c96', '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-27T05:07:35Z', 'updated_at': '2022-08-27T05:07:35Z', 'revision_number': 1} available for tenant 2022-08-27 05:07:59,523 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 500 POST http://10.222.0.76/compute/v2.1/servers 0.357s 2022-08-27 05:07:59,523 130317 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-1745626107", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "2485999e-deea-4c9b-9b1a-56081318df9a"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07: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-591d4788-bb4e-4e59-ac0d-6c4ca5e969ce', 'x-compute-request-id': 'req-591d4788-bb4e-4e59-ac0d-6c4ca5e969ce', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:07:59,896 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.366s 2022-08-27 05:07:59,896 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0662807-15d9-4a26-8df3-f7327fde1992', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'' 2022-08-27 05:07:59,952 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.055s 2022-08-27 05:07:59,952 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d8f3fd-5a38-47e0-aa91-12af8e6148c6', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d8f3fd-5a38-47e0-aa91-12af8e6148c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.000000", "updated_at": "2022-08-27T05:08:00.000000", "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:01,026 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.062s 2022-08-27 05:08:01,027 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63c030bc-44b2-4791-8a93-e49f3957e34e', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63c030bc-44b2-4791-8a93-e49f3957e34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.000000", "updated_at": "2022-08-27T05:08:00.000000", "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:02,096 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.057s 2022-08-27 05:08:02,096 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c023111-d858-412f-a7e7-557f9751ce45', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c023111-d858-412f-a7e7-557f9751ce45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"volume": {"id": "375e113b-582c-4aae-a6c9-1c2ff3ee05dd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:56.000000", "updated_at": "2022-08-27T05:08:00.000000", "name": "tempest-TestVolumeBootPattern-volume-1802790319", "description": null, "volume_type": "tempest-scenario-type-luks-1522141368", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:03,135 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd 0.026s 2022-08-27 05:08:03,135 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:03 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-6687da3f-98a2-4ded-99b4-2044076b1947', 'x-openstack-request-id': 'req-6687da3f-98a2-4ded-99b4-2044076b1947', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/375e113b-582c-4aae-a6c9-1c2ff3ee05dd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 375e113b-582c-4aae-a6c9-1c2ff3ee05dd could not be found."}}' 2022-08-27 05:08:03,263 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/detail?all_tenants=1 0.127s 2022-08-27 05:08:03,263 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05555a34-4f7d-4dab-b688-8b66d464940c', 'content-length': '7786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05555a34-4f7d-4dab-b688-8b66d464940c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "1338ba22-0a33-4fdb-8b2f-8c15207556c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:48.000000", "updated_at": null, "name": "backup-vol-6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/1338ba22-0a33-4fdb-8b2f-8c15207556c8"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/1338ba22-0a33-4fdb-8b2f-8c15207556c8"}], "user_id": "dd11d3c4230f45719a7d70c7cffb3c36", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852088-5@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "5d45f1d07ee14af4852e17e7f1925287", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:07:47.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852088-5@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:40.000000", "updated_at": "2022-08-27T05:07:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-520062083", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/6f717ea7-fcf9-42ee-b466-9fedcf6639b2"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/6f717ea7-fcf9-42ee-b466-9fedcf6639b2"}], "user_id": "dd11d3c4230f45719a7d70c7cffb3c36", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852088-5@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "5d45f1d07ee14af4852e17e7f1925287", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "727bd7a6-62f3-46a3-a355-61a93d985f50", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:35.000000", "updated_at": "2022-08-27T04:45:31.000000", "name": "tempest-tempest.common.compute-volume-1601167582", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/727bd7a6-62f3-46a3-a355-61a93d985f50"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/727bd7a6-62f3-46a3-a355-61a93d985f50"}], "user_id": "3182a04be19f4db586a6dbe1c53b9bdd", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr: 2022-08-27 05:08:03,933 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/c58f02d9-601d-4aed-95a6-a605a4b27d4a 0.652s 2022-08-27 05:08:03,933 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:03 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-eede471e-aad2-4e44-883c-858edb4a4d73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/c58f02d9-601d-4aed-95a6-a605a4b27d4a'} 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-27 05:08:03,936 130317 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1344005511 on backend None 2022-08-27 05:08:05,161 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types 1.224s 2022-08-27 05:08:05,161 130317 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-1344005511", "extra_specs": {}}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e23e1d86-5599-4962-bcb0-9034130bc6f2', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e23e1d86-5599-4962-bcb0-9034130bc6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types'} Body: b'{"volume_type": {"id": "0efa3881-6d9d-4d24-98ac-40fbd424c69c", "name": "tempest-scenario-type-luks2-1344005511", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-08-27 05:08:05,164 130317 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 0efa3881-6d9d-4d24-98ac-40fbd424c69c 2022-08-27 05:08:05,412 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/0efa3881-6d9d-4d24-98ac-40fbd424c69c/encryption 0.247s 2022-08-27 05:08:05,413 130317 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': 'Sat, 27 Aug 2022 05:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bdddd3f-8a5d-4305-86b9-f7ce353f72e7', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bdddd3f-8a5d-4305-86b9-f7ce353f72e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/0efa3881-6d9d-4d24-98ac-40fbd424c69c/encryption'} Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "0efa3881-6d9d-4d24-98ac-40fbd424c69c", "encryption_id": "4d008bf4-dab3-4268-9bb4-0a8a87052a9b"}}' 2022-08-27 05:08:06,390 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes 0.974s 2022-08-27 05:08:06,393 130317 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-1723235191", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ad7993-2124-424c-8a27-f64437331158', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ad7993-2124-424c-8a27-f64437331158', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:05.899460", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 05:08:06,449 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.047s 2022-08-27 05:08:06,450 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df7c06d-3483-45c2-a969-e36f372c266b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df7c06d-3483-45c2-a969-e36f372c266b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:06.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:07,509 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.048s 2022-08-27 05:08:07,509 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bfd9c0b-5a49-4f8c-9ff3-700977a076e1', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bfd9c0b-5a49-4f8c-9ff3-700977a076e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:06.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:08,564 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.042s 2022-08-27 05:08:08,564 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b95fe83-1296-4021-aa36-3b85b22b0cf4', 'content-length': '940', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b95fe83-1296-4021-aa36-3b85b22b0cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:06.000000", "updated_at": "2022-08-27T05:08:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:08,576 130317 INFO [tempest.common.waiters] volume d2b580d0-d476-4e33-9f81-404632e67914 reached available after waiting for 2.576093 seconds 2022-08-27 05:08:08,625 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.047s 2022-08-27 05:08:08,626 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c95315-24c6-4fba-ad47-4fc769f862c0', 'content-length': '940', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c95315-24c6-4fba-ad47-4fc769f862c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:06.000000", "updated_at": "2022-08-27T05:08:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:08,810 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914/action 0.173s 2022-08-27 05:08:08,810 130317 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': 'Sat, 27 Aug 2022 05:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-6fa28ae6-fa84-4879-9fd9-897255635cc6', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa28ae6-fa84-4879-9fd9-897255635cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914/action'} Body: b'' 2022-08-27 05:08:08,849 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.033s 2022-08-27 05:08:08,850 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:08 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-6d80a52b-8dcd-43d6-bbe0-5820b1cd10ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5523794e64946eb8dd3611586ebeecf", "name": "tempest-TestVolumeBootPattern-586152974-project", "password_expires_at": null}, "audit_ids": ["gbzlhqRvRPCOOldlzGTbGw"], "expires_at": "2022-08-27T06:08:08.000000Z", "issued_at": "2022-08-27T05:08:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e8518708de246739da77b48c5a45c96", "name": "tempest-TestVolumeBootPattern-586152974"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:08:08,850 130317 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '2485999e-deea-4c9b-9b1a-56081318df9a', 'name': 'tempest-TestVolumeBootPattern-1049997831-network', 'tenant_id': '5e8518708de246739da77b48c5a45c96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e8518708de246739da77b48c5a45c96', '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-27T05:07:35Z', 'updated_at': '2022-08-27T05:07:35Z', 'revision_number': 1} available for tenant 2022-08-27 05:08:09,148 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 POST http://10.222.0.76/compute/v2.1/servers 0.296s 2022-08-27 05:08:09,148 130317 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-503600061", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "d2b580d0-d476-4e33-9f81-404632e67914", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "2485999e-deea-4c9b-9b1a-56081318df9a"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08: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-dbded95d-89eb-42b1-b048-f4021e7aefdf', 'x-compute-request-id': 'req-dbded95d-89eb-42b1-b048-f4021e7aefdf', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:08:09,427 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.278s 2022-08-27 05:08:09,428 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9fcbdc7-3e43-490c-a13e-ee51f8fbb349', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'' 2022-08-27 05:08:09,497 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.068s 2022-08-27 05:08:09,497 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34113422-9828-4bc6-9801-31460827d014', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34113422-9828-4bc6-9801-31460827d014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:06.000000", "updated_at": "2022-08-27T05:08:09.000000", "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:10,594 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.086s 2022-08-27 05:08:10,595 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09e7a6c0-aca0-4cda-8256-d5e6ab09cf3d', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09e7a6c0-aca0-4cda-8256-d5e6ab09cf3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:06.000000", "updated_at": "2022-08-27T05:08:09.000000", "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:11,655 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.048s 2022-08-27 05:08:11,655 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c913337-dea3-4b9d-886a-d6db607eae50', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c913337-dea3-4b9d-886a-d6db607eae50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"volume": {"id": "d2b580d0-d476-4e33-9f81-404632e67914", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:06.000000", "updated_at": "2022-08-27T05:08:09.000000", "name": "tempest-TestVolumeBootPattern-volume-1723235191", "description": null, "volume_type": "tempest-scenario-type-luks2-1344005511", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:12,702 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914 0.033s 2022-08-27 05:08:12,703 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-233867df-3cc4-455a-adbb-58a8a413e646', 'x-openstack-request-id': 'req-233867df-3cc4-455a-adbb-58a8a413e646', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/d2b580d0-d476-4e33-9f81-404632e67914'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d2b580d0-d476-4e33-9f81-404632e67914 could not be found."}}' 2022-08-27 05:08:12,772 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/detail?all_tenants=1 0.068s 2022-08-27 05:08:12,772 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b38b219-5358-45cd-9956-8c5c69b14c78', 'content-length': '7873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b38b219-5358-45cd-9956-8c5c69b14c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "1338ba22-0a33-4fdb-8b2f-8c15207556c8", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:48.000000", "updated_at": "2022-08-27T05:08:11.000000", "name": "backup-vol-6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/1338ba22-0a33-4fdb-8b2f-8c15207556c8"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/1338ba22-0a33-4fdb-8b2f-8c15207556c8"}], "user_id": "dd11d3c4230f45719a7d70c7cffb3c36", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852088-5@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "5d45f1d07ee14af4852e17e7f1925287", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "3555510d-9e44-4f1d-9df8-1ac876eb1b2c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:46.000000", "updated_at": "2022-08-27T05:08:07.000000", "name": "tempest-TestVolumeBackupRestore-volume-1101071672", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/3555510d-9e44-4f1d-9df8-1ac876eb1b2c"}], "user_id": "27e682ca07714def9c77f6c74d20d05c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852088-5@lvmdriver-1#lvmdriver-1", "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "feec46b55e5144e3905252b290e98e83", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "6f717ea7-fcf9-42ee-b466-9fedcf6639b2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:07:40.000000", "updated_at": "2022-08-27T05:07:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-520062083", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/6f717ea7-fcf9-42ee-b466-9fedcf6639b2"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/6f717ea7-fcf9-42ee-b466-9fedcf6639b2"}], "user_id": "dd11d3c4230f45719a7d70c7cffb3c36", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852088-5@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "5d45f1d07ee14af4852e17e7f1925287", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "727bd7a6-62f3-46a3-a355-61a93d985f50", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T04:44:35.000000", "updated_at": "2022-08-27T04:45:31.000000", "name": "tempest-tempest.common.compute-volume-1601167582", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/volumes/727bd7a6-62f3-46a3-a355-61a93d985f50"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/d028e08a22da4470bd00b69a08d89141/volumes/727bd7a6-62f3-46a3-a355-61a93d985f50"}], "user_id": "3182a04be19f4db586a6dbe1c53b9bdd", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null 2022-08-27 05:08:13,065 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/0efa3881-6d9d-4d24-98ac-40fbd424c69c 0.275s 2022-08-27 05:08:13,065 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:12 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-c97d50ad-17fe-4b72-b508-e7fde1a3b50e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/d028e08a22da4470bd00b69a08d89141/types/0efa3881-6d9d-4d24-98ac-40fbd424c69c'} 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-27 05:08:13,103 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0 0.033s 2022-08-27 05:08:13,104 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e61b15ac-9d1a-48ca-bfca-7b5f8608bcba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0'} 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": "4935ddf6dc2a4bbea15d24b9f9bae471", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "created_at": "2022-08-27T04:29:30Z", "updated_at": "2022-08-27T04:29:47Z", "tags": [], "self": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "file": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0/file", "schema": "/v2/schemas/image"}' 2022-08-27 05:08:14,110 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes 1.005s 2022-08-27 05:08:14,110 130317 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-1876593279", "snapshot_id": null, "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3da0f5-fcb0-4f29-907b-5bc9d269055a', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3da0f5-fcb0-4f29-907b-5bc9d269055a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:13.698580", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 05:08:14,161 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.041s 2022-08-27 05:08:14,161 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3faa2db-293f-4699-b4ca-c5948a61adb9', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3faa2db-293f-4699-b4ca-c5948a61adb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:15,221 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.048s 2022-08-27 05:08:15,222 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b2557a8-5c87-4910-a2a7-3e53e4bdbf9d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b2557a8-5c87-4910-a2a7-3e53e4bdbf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:16,283 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.049s 2022-08-27 05:08:16,283 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4a619e-ed35-4531-8eb0-e6548a5439c9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4a619e-ed35-4531-8eb0-e6548a5439c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:17,338 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.043s 2022-08-27 05:08:17,339 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f76ca22-5434-49bd-8c0e-37fdb3f824d0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f76ca22-5434-49bd-8c0e-37fdb3f824d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:18,397 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.047s 2022-08-27 05:08:18,397 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b66e0f0-90df-490a-88ef-658426a1ced7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b66e0f0-90df-490a-88ef-658426a1ced7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:19,458 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.049s 2022-08-27 05:08:19,459 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80bf06a-524f-4df6-9739-2dfd78ff0f62', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80bf06a-524f-4df6-9739-2dfd78ff0f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:20,515 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.044s 2022-08-27 05:08:20,516 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4b939e-7718-4463-b42a-ca4c0ef3ab4f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa4b939e-7718-4463-b42a-ca4c0ef3ab4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:21,594 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.066s 2022-08-27 05:08:21,595 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e45211bc-a71d-479f-91ce-3cb58e36fff5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e45211bc-a71d-479f-91ce-3cb58e36fff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:22,655 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.044s 2022-08-27 05:08:22,656 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d2f532-4f10-4c2d-914b-b5b7301fd383', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d2f532-4f10-4c2d-914b-b5b7301fd383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:23,711 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.043s 2022-08-27 05:08:23,711 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6341c22e-0d70-4bae-a2c8-c2b904097fd3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6341c22e-0d70-4bae-a2c8-c2b904097fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:24,766 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.041s 2022-08-27 05:08:24,766 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66dbeb48-6daf-422c-aa1b-8c28a92a0ebf', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66dbeb48-6daf-422c-aa1b-8c28a92a0ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:25,827 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.049s 2022-08-27 05:08:25,828 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549e1fad-b188-4f13-8fe5-cff3b5de9e4e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549e1fad-b188-4f13-8fe5-cff3b5de9e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:26,886 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.046s 2022-08-27 05:08:26,887 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310b536f-689e-4189-949e-6e11a17fef64', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310b536f-689e-4189-949e-6e11a17fef64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:27,948 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.049s 2022-08-27 05:08:27,950 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06c9d8e-4258-4814-b9cf-bc5f3254ce85', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d06c9d8e-4258-4814-b9cf-bc5f3254ce85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:29,010 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.047s 2022-08-27 05:08:29,010 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-769038d9-4919-4216-9743-702ea5b47989', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-769038d9-4919-4216-9743-702ea5b47989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:30,081 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.059s 2022-08-27 05:08:30,081 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b19979-69ff-4845-9a8f-9132ce7cc585', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b19979-69ff-4845-9a8f-9132ce7cc585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:31,142 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.046s 2022-08-27 05:08:31,143 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2651eea-857c-4e22-be7f-d27d1c410bd7', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2651eea-857c-4e22-be7f-d27d1c410bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:32,198 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.044s 2022-08-27 05:08:32,210 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d11a2d9-07b3-4721-9094-b1db44e84ae2', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d11a2d9-07b3-4721-9094-b1db44e84ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:33,283 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.060s 2022-08-27 05:08:33,284 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aac7ae9-e029-4446-8637-a7e6431db234', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aac7ae9-e029-4446-8637-a7e6431db234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:34,339 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.043s 2022-08-27 05:08:34,339 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e82353f-2754-45ac-ac47-09f135a2d4a2', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e82353f-2754-45ac-ac47-09f135a2d4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:35,392 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.041s 2022-08-27 05:08:35,392 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d95e7c-f9e7-49fa-93a3-6b540948bcdf', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d95e7c-f9e7-49fa-93a3-6b540948bcdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:36,449 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.045s 2022-08-27 05:08:36,449 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbb25de-b82e-49be-a4b3-9187b6c10f22', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbb25de-b82e-49be-a4b3-9187b6c10f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:37,509 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.047s 2022-08-27 05:08:37,510 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305bb6a8-af08-4935-81ee-cb24c75ec1bc', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305bb6a8-af08-4935-81ee-cb24c75ec1bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:38,568 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.046s 2022-08-27 05:08:38,568 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd06f3d-dcaa-4048-8e4f-2e9617114c63', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd06f3d-dcaa-4048-8e4f-2e9617114c63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:39,632 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.052s 2022-08-27 05:08:39,633 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab118f3e-001a-4c83-955b-c5d543956344', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab118f3e-001a-4c83-955b-c5d543956344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:40,693 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.048s 2022-08-27 05:08:40,694 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13da309e-eaad-429d-8332-20367662c624', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13da309e-eaad-429d-8332-20367662c624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:40,705 130317 INFO [tempest.common.waiters] volume 4c25afe5-5f0b-4d22-9a47-ff1613e81315 reached available after waiting for 26.705196 seconds 2022-08-27 05:08:40,748 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.042s 2022-08-27 05:08:40,748 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19878d75-1be1-4e19-8107-4a9c786cd254', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19878d75-1be1-4e19-8107-4a9c786cd254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:41,367 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots 0.608s 2022-08-27 05:08:41,367 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "metadata": null}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a415e977-7dba-46f4-9406-237061a6fb06', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a415e977-7dba-46f4-9406-237061a6fb06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.051902", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "metadata": {}}}' 2022-08-27 05:08:41,394 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.022s 2022-08-27 05:08:41,394 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4094bd79-8f75-4138-867a-237af7ce67b5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4094bd79-8f75-4138-867a-237af7ce67b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5e8518708de246739da77b48c5a45c96", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-27 05:08:42,425 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.026s 2022-08-27 05:08:42,426 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0881672e-5476-45a4-8dd3-9dd6bc0133bb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0881672e-5476-45a4-8dd3-9dd6bc0133bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5e8518708de246739da77b48c5a45c96", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-27 05:08:43,456 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.025s 2022-08-27 05:08:43,456 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-816d2c39-afef-475e-b0b9-f4ee0501ce15', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-816d2c39-afef-475e-b0b9-f4ee0501ce15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5e8518708de246739da77b48c5a45c96", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-27 05:08:44,483 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.023s 2022-08-27 05:08:44,484 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb27c6d-354f-430a-a6bf-df77378edb2c', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb27c6d-354f-430a-a6bf-df77378edb2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.000000", "updated_at": "2022-08-27T05:08:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5e8518708de246739da77b48c5a45c96", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-27 05:08:44,487 130317 INFO [tempest.common.waiters] snapshot 940b07b3-baa5-4a0f-ac8f-207a0ab02f44 reached available after waiting for 3.487880 seconds 2022-08-27 05:08:44,529 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.041s 2022-08-27 05:08:44,530 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebedd19b-ed9d-452a-bb8a-7e2af023d494', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebedd19b-ed9d-452a-bb8a-7e2af023d494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.000000", "updated_at": "2022-08-27T05:08:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5e8518708de246739da77b48c5a45c96", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-27 05:08:44,698 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.033s 2022-08-27 05:08:44,699 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a2367057-c6fd-4cf9-8326-017168efe9b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5523794e64946eb8dd3611586ebeecf", "name": "tempest-TestVolumeBootPattern-586152974-project", "password_expires_at": null}, "audit_ids": ["aMLCJKYMRX6ng3R1GWi7jw"], "expires_at": "2022-08-27T06:08:44.000000Z", "issued_at": "2022-08-27T05:08:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e8518708de246739da77b48c5a45c96", "name": "tempest-TestVolumeBootPattern-586152974"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:08:44,699 130317 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '2485999e-deea-4c9b-9b1a-56081318df9a', 'name': 'tempest-TestVolumeBootPattern-1049997831-network', 'tenant_id': '5e8518708de246739da77b48c5a45c96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e8518708de246739da77b48c5a45c96', '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-27T05:07:35Z', 'updated_at': '2022-08-27T05:07:35Z', 'revision_number': 1} available for tenant 2022-08-27 05:08:45,060 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 500 POST http://10.222.0.76/compute/v2.1/servers 0.360s 2022-08-27 05:08:45,061 130317 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-148040651", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "2485999e-deea-4c9b-9b1a-56081318df9a"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08: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-d254d0d8-2184-491d-8f8b-6fb240e18346', 'x-compute-request-id': 'req-d254d0d8-2184-491d-8f8b-6fb240e18346', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:08:45,230 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.168s 2022-08-27 05:08:45,230 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08: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-015f4e66-671f-4c69-bb18-121173504ce0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'' 2022-08-27 05:08:45,257 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.026s 2022-08-27 05:08:45,257 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cbf57cd-d0e4-4f11-8832-533a813a7fb3', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cbf57cd-d0e4-4f11-8832-533a813a7fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.000000", "updated_at": "2022-08-27T05:08:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5e8518708de246739da77b48c5a45c96", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-27 05:08:46,288 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.025s 2022-08-27 05:08:46,288 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d987616c-ea8d-4604-a488-3b855ae41532', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d987616c-ea8d-4604-a488-3b855ae41532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"snapshot": {"id": "940b07b3-baa5-4a0f-ac8f-207a0ab02f44", "created_at": "2022-08-27T05:08:41.000000", "updated_at": "2022-08-27T05:08:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-2055309377", "description": null, "volume_id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5e8518708de246739da77b48c5a45c96", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-27 05:08:47,313 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44 0.020s 2022-08-27 05:08:47,314 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:47 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-5b775130-1305-4390-b7e2-a141f7b5303f', 'x-openstack-request-id': 'req-5b775130-1305-4390-b7e2-a141f7b5303f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/snapshots/940b07b3-baa5-4a0f-ac8f-207a0ab02f44'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 940b07b3-baa5-4a0f-ac8f-207a0ab02f44 could not be found."}}' 2022-08-27 05:08:47,617 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.302s 2022-08-27 05:08:47,617 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d877fc0-44e1-4494-8514-0816819b746e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'' 2022-08-27 05:08:47,690 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.072s 2022-08-27 05:08:47,691 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa4ad82c-7181-4e79-98c6-c030dc61dc09', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa4ad82c-7181-4e79-98c6-c030dc61dc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:48,755 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.052s 2022-08-27 05:08:48,756 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97749841-1296-4074-80d8-a795f07ea550', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97749841-1296-4074-80d8-a795f07ea550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:49,826 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.058s 2022-08-27 05:08:49,826 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-287ab442-0ca9-4d41-a781-fde6979bc160', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-287ab442-0ca9-4d41-a781-fde6979bc160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"volume": {"id": "4c25afe5-5f0b-4d22-9a47-ff1613e81315", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:14.000000", "updated_at": "2022-08-27T05:08:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1876593279", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:50,882 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315 0.043s 2022-08-27 05:08:50,882 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:50 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-ae0b999a-f842-417e-84d8-52619ebcc4d3', 'x-openstack-request-id': 'req-ae0b999a-f842-417e-84d8-52619ebcc4d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/4c25afe5-5f0b-4d22-9a47-ff1613e81315'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4c25afe5-5f0b-4d22-9a47-ff1613e81315 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-27 05:08:50,913 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0 0.024s 2022-08-27 05:08:50,913 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b69fde32-0c7e-420a-b95e-261d8a527e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0'} 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": "4935ddf6dc2a4bbea15d24b9f9bae471", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "created_at": "2022-08-27T04:29:30Z", "updated_at": "2022-08-27T04:29:47Z", "tags": [], "self": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "file": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0/file", "schema": "/v2/schemas/image"}' 2022-08-27 05:08:51,842 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes 0.927s 2022-08-27 05:08:51,842 130317 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-212374287", "snapshot_id": null, "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-320acc38-8e06-46e5-b456-788f97dff484', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-320acc38-8e06-46e5-b456-788f97dff484', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.373869", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 05:08:51,895 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.044s 2022-08-27 05:08:51,895 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfbc0501-8d61-4aaa-9485-60a3cdb2b86c', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfbc0501-8d61-4aaa-9485-60a3cdb2b86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:53,000 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.093s 2022-08-27 05:08:53,008 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ee4fe6-51ba-4869-adcb-b88e0ebb42b7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ee4fe6-51ba-4869-adcb-b88e0ebb42b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:54,065 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.045s 2022-08-27 05:08:54,065 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1fc8651-9006-4aab-ad42-ba7147c10d95', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1fc8651-9006-4aab-ad42-ba7147c10d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:55,142 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.064s 2022-08-27 05:08:55,142 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d208fc04-0d9f-4481-8422-a867a9dc83e0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d208fc04-0d9f-4481-8422-a867a9dc83e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:56,208 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.053s 2022-08-27 05:08:56,208 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a116e0-3676-41bd-a7ab-637e9059e200', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a116e0-3676-41bd-a7ab-637e9059e200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:57,266 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.046s 2022-08-27 05:08:57,267 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34a4366-cbcf-42dc-85d6-9d203e93ae29', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34a4366-cbcf-42dc-85d6-9d203e93ae29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:58,331 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.051s 2022-08-27 05:08:58,331 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7db52ad-e997-4c3a-969e-cc9113d87ffb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7db52ad-e997-4c3a-969e-cc9113d87ffb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:08:59,395 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.052s 2022-08-27 05:08:59,396 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19d08838-003b-44d2-9696-afdc9c2e3f57', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19d08838-003b-44d2-9696-afdc9c2e3f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:00,464 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.056s 2022-08-27 05:09:00,464 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-664ed6ca-085b-4ac4-82df-aee962f3ea87', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-664ed6ca-085b-4ac4-82df-aee962f3ea87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:01,533 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.058s 2022-08-27 05:09:01,534 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cbd69b2-9a5f-4552-ad91-a22288ea37ab', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cbd69b2-9a5f-4552-ad91-a22288ea37ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:02,593 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.046s 2022-08-27 05:09:02,593 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5c4d3a-523d-458a-8331-9d496aa37f74', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5c4d3a-523d-458a-8331-9d496aa37f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:03,665 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.055s 2022-08-27 05:09:03,665 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d46939b-fe74-49d1-8eec-7f4b36b4cf8f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d46939b-fe74-49d1-8eec-7f4b36b4cf8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:04,737 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.060s 2022-08-27 05:09:04,737 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ca6793-eadc-4348-a4ad-08d82f78ec4c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ca6793-eadc-4348-a4ad-08d82f78ec4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:05,798 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.048s 2022-08-27 05:09:05,798 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4bddd63-94a0-4e89-bf93-317d5101ba30', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4bddd63-94a0-4e89-bf93-317d5101ba30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:06,866 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.055s 2022-08-27 05:09:06,867 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae3aaaa-39da-4e2f-9fae-bc34443e6b0d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae3aaaa-39da-4e2f-9fae-bc34443e6b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:07,932 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.052s 2022-08-27 05:09:07,932 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-071b2c99-af33-4d10-9f56-6f091a54a6cc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-071b2c99-af33-4d10-9f56-6f091a54a6cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:08:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:08,999 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.054s 2022-08-27 05:09:08,999 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b725d3c7-dc00-4310-85df-93ee5051a3d0', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b725d3c7-dc00-4310-85df-93ee5051a3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:10,063 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.051s 2022-08-27 05:09:10,063 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0463b40f-25ab-4698-a745-a472234b90a9', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0463b40f-25ab-4698-a745-a472234b90a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:11,119 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.044s 2022-08-27 05:09:11,119 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe76cdd5-0b27-4f64-83b0-4a7e88640abd', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe76cdd5-0b27-4f64-83b0-4a7e88640abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:12,187 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.056s 2022-08-27 05:09:12,187 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-453b650b-d119-40d9-bea9-5d30ceba920a', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-453b650b-d119-40d9-bea9-5d30ceba920a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:13,259 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.054s 2022-08-27 05:09:13,259 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd58319-b266-474c-bf9b-e7da7714fb68', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd58319-b266-474c-bf9b-e7da7714fb68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:14,317 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.041s 2022-08-27 05:09:14,317 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa728b4-1575-43cc-b106-bb82b342abbf', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa728b4-1575-43cc-b106-bb82b342abbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:15,381 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.051s 2022-08-27 05:09:15,381 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1601b2f3-bf0d-4dc7-8df3-62e01c2bb496', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1601b2f3-bf0d-4dc7-8df3-62e01c2bb496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:16,438 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.046s 2022-08-27 05:09:16,439 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c94294fd-d87b-49cc-9f2f-20c741d17c51', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c94294fd-d87b-49cc-9f2f-20c741d17c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:17,506 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.053s 2022-08-27 05:09:17,506 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9843c28b-de4e-4a00-8a2a-4b7682e4af4b', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9843c28b-de4e-4a00-8a2a-4b7682e4af4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:18,565 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.047s 2022-08-27 05:09:18,565 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4deb7140-1e6a-462c-9d8e-957583da81ef', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4deb7140-1e6a-462c-9d8e-957583da81ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:18,576 130317 INFO [tempest.common.waiters] volume 3ab8ea65-e03e-4ecb-9671-566fc466a040 reached available after waiting for 27.576001 seconds 2022-08-27 05:09:18,624 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.047s 2022-08-27 05:09:18,624 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7292a9-ebe3-45b9-8da7-515c02c0d979', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7292a9-ebe3-45b9-8da7-515c02c0d979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:18,674 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.034s 2022-08-27 05:09:18,674 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-813f15f8-7931-48c6-b65c-a144d400a8a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5523794e64946eb8dd3611586ebeecf", "name": "tempest-TestVolumeBootPattern-586152974-project", "password_expires_at": null}, "audit_ids": ["zxd1fAj0QzWmcUutMOJDzw"], "expires_at": "2022-08-27T06:09:18.000000Z", "issued_at": "2022-08-27T05:09:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e8518708de246739da77b48c5a45c96", "name": "tempest-TestVolumeBootPattern-586152974"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:09:18,675 130317 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '2485999e-deea-4c9b-9b1a-56081318df9a', 'name': 'tempest-TestVolumeBootPattern-1049997831-network', 'tenant_id': '5e8518708de246739da77b48c5a45c96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e8518708de246739da77b48c5a45c96', '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-27T05:07:35Z', 'updated_at': '2022-08-27T05:07:35Z', 'revision_number': 1} available for tenant 2022-08-27 05:09:19,018 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 500 POST http://10.222.0.76/compute/v2.1/servers 0.342s 2022-08-27 05:09:19,018 130317 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-873918230", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "2485999e-deea-4c9b-9b1a-56081318df9a"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09: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-fdf5ee2c-e3a7-4ea0-aaf6-af931630592f', 'x-compute-request-id': 'req-fdf5ee2c-e3a7-4ea0-aaf6-af931630592f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:09:19,342 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.322s 2022-08-27 05:09:19,343 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac7a21c-99b2-4671-b5ea-0eae154441fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'' 2022-08-27 05:09:19,412 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.068s 2022-08-27 05:09:19,412 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d414c313-dbfc-4984-ad6a-5124a397548a', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d414c313-dbfc-4984-ad6a-5124a397548a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:20,472 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.048s 2022-08-27 05:09:20,472 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f87638-02d8-4b05-b9e9-9451444b1582', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f87638-02d8-4b05-b9e9-9451444b1582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:21,535 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.050s 2022-08-27 05:09:21,535 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e85e1ea6-e53d-4e0d-a39d-8dc8247f3d85', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e85e1ea6-e53d-4e0d-a39d-8dc8247f3d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"volume": {"id": "3ab8ea65-e03e-4ecb-9671-566fc466a040", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:08:51.000000", "updated_at": "2022-08-27T05:09:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-212374287", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:22,569 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040 0.021s 2022-08-27 05:09:22,569 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:22 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-dad6e7f1-86ff-4b92-a305-a25687b009df', 'x-openstack-request-id': 'req-dad6e7f1-86ff-4b92-a305-a25687b009df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/3ab8ea65-e03e-4ecb-9671-566fc466a040'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3ab8ea65-e03e-4ecb-9671-566fc466a040 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-27 05:09:22,574 130317 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-08-27 05:09:22,820 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.243s 2022-08-27 05:09:22,820 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-809647653", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGHNns+xwtytXdDAqca1tyBaU7v5WOzRL3sXfia9wLm6R3JcUERjdkesJzXaFzfFJ5qxA5bLZwM2sUhtjV0u+iJ03D+qPFM226VSKx60FiHGuFKVucmk7qiKOGQbJV8jmg=="}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:22 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-73408053-8fef-4ca6-a5f5-06c19d98dbae', 'x-compute-request-id': 'req-73408053-8fef-4ca6-a5f5-06c19d98dbae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-809647653", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGHNns+xwtytXdDAqca1tyBaU7v5WOzRL3sXfia9wLm6R3JcUERjdkesJzXaFzfFJ5qxA5bLZwM2sUhtjV0u+iJ03D+qPFM226VSKx60FiHGuFKVucmk7qiKOGQbJV8jmg==", "fingerprint": "27:91:11:bf:ed:ca:b6:25:0f:e0:fd:3d:e8:fe:ad:bb", "user_id": "c5523794e64946eb8dd3611586ebeecf"}}' 2022-08-27 05:09:23,236 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-groups 0.412s 2022-08-27 05:09:23,236 130317 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-430706002", "description": "tempest-secgroup-smoke-430706002 description", "project_id": "5e8518708de246739da77b48c5a45c96"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-43fe8147-d0c1-4bc0-a86e-f0c5881f7460', 'date': 'Sat, 27 Aug 2022 05:09:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "43b244db-78fc-4a2c-936b-7ad91593b416", "name": "tempest-secgroup-smoke-430706002", "stateful": true, "tenant_id": "5e8518708de246739da77b48c5a45c96", "description": "tempest-secgroup-smoke-430706002 description", "shared": false, "security_group_rules": [{"id": "420ffb67-e4ba-446e-816f-fbdb284fe427", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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": 4001, "description": null, "tags": [], "created_at": "2022-08-27T05:09:23Z", "updated_at": "2022-08-27T05:09:23Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}, {"id": "f40330c8-aed0-46d9-b189-fbbbbfc81aed", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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": 4000, "description": null, "tags": [], "created_at": "2022-08-27T05:09:23Z", "updated_at": "2022-08-27T05:09:23Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}], "tags": [], "created_at": "2022-08-27T05:09:23Z", "updated_at": "2022-08-27T05:09:23Z", "revision_number": 1, "project_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:23,619 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.382s 2022-08-27 05:09:23,619 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "project_id": "5e8518708de246739da77b48c5a45c96", "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-b613e0a7-3828-46fd-96ee-394c39b2904c', 'date': 'Sat, 27 Aug 2022 05:09:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2ca853ff-bcd4-405d-9d80-f250058f7270", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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-27T05:09:23Z", "updated_at": "2022-08-27T05:09:23Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:23,994 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.374s 2022-08-27 05:09:23,994 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "project_id": "5e8518708de246739da77b48c5a45c96", "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-bde0e9e6-ea6a-4476-baa2-fb07c3c3a3a0', 'date': 'Sat, 27 Aug 2022 05:09:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "17bd3da1-46cf-449e-9e81-5a771c878152", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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-27T05:09:23Z", "updated_at": "2022-08-27T05:09:23Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:24,500 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.504s 2022-08-27 05:09:24,500 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "project_id": "5e8518708de246739da77b48c5a45c96", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-592c482b-a128-4c27-8af1-39012896937f', 'date': 'Sat, 27 Aug 2022 05:09:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ea5800e2-5b71-4913-b507-f91862b86bef", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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-27T05:09:24Z", "updated_at": "2022-08-27T05:09:24Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:24,984 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.483s 2022-08-27 05:09:24,984 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "project_id": "5e8518708de246739da77b48c5a45c96", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-e4568fe3-7b53-43c5-8855-6499be19252e', 'date': 'Sat, 27 Aug 2022 05:09:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4960f5fa-bba5-48e0-ac4c-5a56652b4d44", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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-27T05:09:24Z", "updated_at": "2022-08-27T05:09:24Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:25,402 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.416s 2022-08-27 05:09:25,402 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "project_id": "5e8518708de246739da77b48c5a45c96", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f2dea298-1575-4508-8406-303876de2cf0', 'date': 'Sat, 27 Aug 2022 05:09:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a5fe7f18-5b31-4c00-bab3-74903c88d0e5", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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-27T05:09:25Z", "updated_at": "2022-08-27T05:09:25Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:25,856 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76:9696/networking/v2.0/security-group-rules 0.453s 2022-08-27 05:09:25,856 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "project_id": "5e8518708de246739da77b48c5a45c96", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5b9a0223-dbcb-4936-a7fb-1e439ff47724', 'date': 'Sat, 27 Aug 2022 05:09:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4bbeec48-8882-4a66-84a7-5484a4866533", "tenant_id": "5e8518708de246739da77b48c5a45c96", "security_group_id": "43b244db-78fc-4a2c-936b-7ad91593b416", "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-27T05:09:25Z", "updated_at": "2022-08-27T05:09:25Z", "revision_number": 0, "project_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:25,857 130317 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-08-27 05:09:25,883 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0 0.021s 2022-08-27 05:09:25,883 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5ccbda98-4e49-4791-a04c-94934c67f721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/image/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0'} 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": "4935ddf6dc2a4bbea15d24b9f9bae471", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "created_at": "2022-08-27T04:29:30Z", "updated_at": "2022-08-27T04:29:47Z", "tags": [], "self": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "file": "/v2/images/5bf7b705-b1b3-4f57-8e73-7e0221b5acc0/file", "schema": "/v2/schemas/image"}' 2022-08-27 05:09:26,680 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes 0.796s 2022-08-27 05:09:26,680 130317 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-561549486", "snapshot_id": null, "imageRef": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0effa7c-bd26-4bc0-8a8f-df9fef51e2e5', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0effa7c-bd26-4bc0-8a8f-df9fef51e2e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.231309", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-27 05:09:26,732 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.041s 2022-08-27 05:09:26,732 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-917854b5-9739-4d16-9035-aef03f46162c', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-917854b5-9739-4d16-9035-aef03f46162c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:27,790 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.046s 2022-08-27 05:09:27,790 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c813dd-7fb2-4c6b-ae4c-784c23fd7c87', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c813dd-7fb2-4c6b-ae4c-784c23fd7c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:28,846 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.044s 2022-08-27 05:09:28,846 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff44e05-f614-4d0f-803e-c82b3c549ffe', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff44e05-f614-4d0f-803e-c82b3c549ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:29,901 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.042s 2022-08-27 05:09:29,901 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26424471-7eea-46a7-a900-1de0f30bce56', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26424471-7eea-46a7-a900-1de0f30bce56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:30,960 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.046s 2022-08-27 05:09:30,960 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a68daf-8eba-4138-8062-a027838a1c2c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a68daf-8eba-4138-8062-a027838a1c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:32,015 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.044s 2022-08-27 05:09:32,016 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc8151d0-8318-469f-a44e-d7392c040e07', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc8151d0-8318-469f-a44e-d7392c040e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:33,081 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.055s 2022-08-27 05:09:33,082 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71345ea9-18fb-4f85-8e2b-1387bd25370e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71345ea9-18fb-4f85-8e2b-1387bd25370e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:34,151 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.058s 2022-08-27 05:09:34,151 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00ec2178-006f-42b7-a811-05da8d8a457d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ec2178-006f-42b7-a811-05da8d8a457d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:35,221 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.058s 2022-08-27 05:09:35,221 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6855001c-6e90-48ab-8174-1e980cf77c64', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6855001c-6e90-48ab-8174-1e980cf77c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:36,282 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.050s 2022-08-27 05:09:36,286 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31779e7-a3cf-4d17-96b1-3ce932af43b4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31779e7-a3cf-4d17-96b1-3ce932af43b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:37,344 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.046s 2022-08-27 05:09:37,344 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274a8ace-b212-420f-94f5-f30b80f00a4d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274a8ace-b212-420f-94f5-f30b80f00a4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:38,407 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.051s 2022-08-27 05:09:38,407 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7322704f-689e-4a17-b435-2462a11d3f54', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7322704f-689e-4a17-b435-2462a11d3f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:39,464 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.041s 2022-08-27 05:09:39,470 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e701eade-b4b4-4010-88e3-2336c5b22e65', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e701eade-b4b4-4010-88e3-2336c5b22e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:40,535 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.054s 2022-08-27 05:09:40,536 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e4ff0e4-8637-433e-b608-5e1adc540e64', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4ff0e4-8637-433e-b608-5e1adc540e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:41,594 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.045s 2022-08-27 05:09:41,594 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7489ff99-b435-4045-a2d5-decfb86b72c6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7489ff99-b435-4045-a2d5-decfb86b72c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:42,661 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.055s 2022-08-27 05:09:42,662 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e806d67-7f6f-490a-b5ae-368833fdb8ed', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e806d67-7f6f-490a-b5ae-368833fdb8ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:43,738 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.064s 2022-08-27 05:09:43,739 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52c69cf-a7b0-4666-9bf2-1b9ac405f776', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52c69cf-a7b0-4666-9bf2-1b9ac405f776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:44,805 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.054s 2022-08-27 05:09:44,806 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c6b1a3-d904-4781-b16c-387055ff598a', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c6b1a3-d904-4781-b16c-387055ff598a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:45,861 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.044s 2022-08-27 05:09:45,862 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13ca317-f4f2-4efe-881a-1b09b67c6c4e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13ca317-f4f2-4efe-881a-1b09b67c6c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:46,916 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.041s 2022-08-27 05:09:46,916 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-266085fe-aee0-416c-a37d-4b0abc2b4094', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-266085fe-aee0-416c-a37d-4b0abc2b4094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:47,986 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.057s 2022-08-27 05:09:47,986 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87241f0b-54bb-48ce-bf5c-303eca3a4f52', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87241f0b-54bb-48ce-bf5c-303eca3a4f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:49,044 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.046s 2022-08-27 05:09:49,045 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332ff9b6-eeeb-4d6b-a0e2-c11cf8179f31', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332ff9b6-eeeb-4d6b-a0e2-c11cf8179f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:50,099 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.041s 2022-08-27 05:09:50,099 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d950bdb3-0b1a-44b4-b3ea-035f54af0255', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d950bdb3-0b1a-44b4-b3ea-035f54af0255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:51,154 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.042s 2022-08-27 05:09:51,155 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a504db3-3e1e-4f0b-a6b2-e92a04275063', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a504db3-3e1e-4f0b-a6b2-e92a04275063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:52,208 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.042s 2022-08-27 05:09:52,208 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19278757-9cfa-4dd1-a9a6-a863d5ecc992', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19278757-9cfa-4dd1-a9a6-a863d5ecc992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:53,285 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.063s 2022-08-27 05:09:53,285 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d69278e-8463-47ab-9498-72f2ada33441', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d69278e-8463-47ab-9498-72f2ada33441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:54,344 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.043s 2022-08-27 05:09:54,344 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2653dd-a1ef-422a-a663-ad46dc0927e6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2653dd-a1ef-422a-a663-ad46dc0927e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:54,355 130317 INFO [tempest.common.waiters] volume 11368c51-7dfc-4781-9592-3bf7b28ae815 reached available after waiting for 28.355460 seconds 2022-08-27 05:09:54,401 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.046s 2022-08-27 05:09:54,402 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6e10cd-3971-41b8-9e7f-3a275b4bb2d3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6e10cd-3971-41b8-9e7f-3a275b4bb2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:54,455 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.76/identity/v3/auth/tokens 0.034s 2022-08-27 05:09:54,456 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d499cdaf-d02e-4bfd-8c75-d745fdf0ad1c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5523794e64946eb8dd3611586ebeecf", "name": "tempest-TestVolumeBootPattern-586152974-project", "password_expires_at": null}, "audit_ids": ["Bfhmyi6kR7O-WdDML0YMBQ"], "expires_at": "2022-08-27T06:09:54.000000Z", "issued_at": "2022-08-27T05:09:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e8518708de246739da77b48c5a45c96", "name": "tempest-TestVolumeBootPattern-586152974"}, "is_domain": false, "roles": [{"id": "5a4c2cf9b8d849398625913504b4b172", "name": "member"}, {"id": "fb32d9ff656c423591f4b6227e950f99", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c481fecc0044593b4d043aa22ea4e1e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/identity", "region": "RegionOne"}], "id": "13ce8bdfb7e34ae699e30d773abdc20c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "11391182982c4c778566ee8e06080758", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:9696/networking", "region": "RegionOne"}], "id": "26290c3433d54e8db4fdc78c6a3e4916", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "af19d747f0314a63b5341cb950ddbdeb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "5261af4a8a15428092c21f7ac4ded9de", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "3d369dc14d65423584d4d758e94be467", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.76:8080", "region": "RegionOne"}, {"id": "881ef2b27248426ea058eb01cee3efb6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76:8080/v1/AUTH_5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "6272756f21d74296ac992b794c68c296", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "25eee5efb96246e1bf2173b031b2e509", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/placement", "region": "RegionOne"}], "id": "659862f702be46b292887f209f985b84", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "898a27fbeea6443d9f9132cda66a19ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/image", "region": "RegionOne"}], "id": "a7c4bd8b7c1a49a6aa0016fb60126fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "1082355317c94313ad5383a8a5298b86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "bf5f08824d03414fae8823363b769e3d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6d46846bd1694ac494117baacfd67f72", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2/5e8518708de246739da77b48c5a45c96", "region": "RegionOne"}], "id": "c996ea7a2f6d418bbf1c6ea29ac11ba2", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "96c85821e748483d84522278ad077f32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.76/compute/v2.1", "region": "RegionOne"}], "id": "dea3672756c04711ab4870869017e24e", "type": "compute", "name": "nova"}]}}' 2022-08-27 05:09:54,456 130317 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '2485999e-deea-4c9b-9b1a-56081318df9a', 'name': 'tempest-TestVolumeBootPattern-1049997831-network', 'tenant_id': '5e8518708de246739da77b48c5a45c96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e8518708de246739da77b48c5a45c96', '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-27T05:07:35Z', 'updated_at': '2022-08-27T05:07:35Z', 'revision_number': 1} available for tenant 2022-08-27 05:09:54,820 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 500 POST http://10.222.0.76/compute/v2.1/servers 0.362s 2022-08-27 05:09:54,821 130317 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-947939175", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-809647653", "security_groups": [{"name": "tempest-secgroup-smoke-430706002"}], "block_device_mapping_v2": [{"uuid": "11368c51-7dfc-4781-9592-3bf7b28ae815", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "2485999e-deea-4c9b-9b1a-56081318df9a"}]}} Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09: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-81d79ecf-83cb-46c6-9ac4-546746c398dc', 'x-compute-request-id': 'req-81d79ecf-83cb-46c6-9ac4-546746c398dc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-27 05:09:55,066 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.244s 2022-08-27 05:09:55,066 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f505189-3743-46d8-8ade-f30b27582d4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'' 2022-08-27 05:09:55,128 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.061s 2022-08-27 05:09:55,129 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed073e4-acf1-461d-840f-2224f6e622b2', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed073e4-acf1-461d-840f-2224f6e622b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:56,198 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.057s 2022-08-27 05:09:56,199 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d274ae22-0c93-46a4-bed8-dc4bc6eb9fe3', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d274ae22-0c93-46a4-bed8-dc4bc6eb9fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:57,259 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.049s 2022-08-27 05:09:57,260 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cd76014-62fd-414d-8fe5-211e2571970f', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd76014-62fd-414d-8fe5-211e2571970f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"volume": {"id": "11368c51-7dfc-4781-9592-3bf7b28ae815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-27T05:09:26.000000", "updated_at": "2022-08-27T05:09:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-561549486", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}, {"rel": "bookmark", "href": "http://10.222.0.76/volume/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815"}], "user_id": "c5523794e64946eb8dd3611586ebeecf", "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": "5bf7b705-b1b3-4f57-8e73-7e0221b5acc0", "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": "5e8518708de246739da77b48c5a45c96"}}' 2022-08-27 05:09:58,294 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815 0.022s 2022-08-27 05:09:58,294 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09:58 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-00097377-8f4c-454d-b252-34d3f956dd00', 'x-openstack-request-id': 'req-00097377-8f4c-454d-b252-34d3f956dd00', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.76/volume/v3/5e8518708de246739da77b48c5a45c96/volumes/11368c51-7dfc-4781-9592-3bf7b28ae815'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 11368c51-7dfc-4781-9592-3bf7b28ae815 could not be found."}}' 2022-08-27 05:09:58,601 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.76:9696/networking/v2.0/security-groups/43b244db-78fc-4a2c-936b-7ad91593b416 0.307s 2022-08-27 05:09:58,602 130317 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-584a5ca9-7909-4bf7-90cf-e67b6ece10cb', 'content-length': '0', 'date': 'Sat, 27 Aug 2022 05:09:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/networking/v2.0/security-groups/43b244db-78fc-4a2c-936b-7ad91593b416'} Body: b'' 2022-08-27 05:09:58,797 130317 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-809647653 0.194s 2022-08-27 05:09:58,797 130317 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 27 Aug 2022 05:09: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-f95f996b-def5-4195-8831-77fb19195b3d', 'x-compute-request-id': 'req-f95f996b-def5-4195-8831-77fb19195b3d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-809647653'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1196, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.admin.test_agents | 1 | 0 | 0 | 0 | 1 | Detail | |
AgentsAdminTestJSON) |
skip
pt57.1: setUpClass (tempest.api.compute.admin.test_agents.AgentsAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_auto_allocate_network | 1 | 0 | 0 | 0 | 1 | Detail | |
AutoAllocateNetworkTest) |
skip
pt58.1: setUpClass (tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsTestJson) |
skip
pt59.1: setUpClass (tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsNegativeTestJson) |
skip
pt60.1: setUpClass (tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_floating_ips_bulk | 1 | 0 | 0 | 0 | 1 | Detail | |
FloatingIPsBulkAdminTestJSON) |
skip
pt61.1: setUpClass (tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt62.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) |
||||||
setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt63.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) |
||||||
setUpClass (tempest.api.compute.certificates.test_certificates | 1 | 0 | 0 | 0 | 1 | Detail | |
CertificatesV2TestJSON) |
skip
pt64.1: setUpClass (tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachInterfacesUnderV243Test) |
skip
pt65.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
AttachInterfacesTestJSON) |
skip
pt65.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
AttachInterfacesV270Test) |
skip
pt65.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
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_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt321.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt321.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt322.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
pt322.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
pt322.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
pt323.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
pt324.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
pt324.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
pt325.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
pt326.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
pt326.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
pt327.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
pt327.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
pt327.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
pt328.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt332.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
pt332.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
pt332.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
pt332.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
pt332.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
pt332.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
pt333.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
pt334.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
pt334.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
pt335.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
pt335.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
pt335.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
pt335.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
||||||
Total | 1165 | 971 | 121 | 0 | 73 |